Class JavaScriptConstructorFunctions
java.lang.Object
com.ibm.wala.cast.js.ipa.summaries.JavaScriptConstructorFunctions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindOrCreateCallMethod
(IR callerIR, SSAAbstractInvokeInstruction callStmt, IClass receiver, int nargs) findOrCreateConstructorMethod
(IR callerIR, SSAAbstractInvokeInstruction callStmt, IClass receiver, int nargs)
-
Constructor Details
-
JavaScriptConstructorFunctions
-
-
Method Details
-
findOrCreateConstructorMethod
public IMethod findOrCreateConstructorMethod(IR callerIR, SSAAbstractInvokeInstruction callStmt, IClass receiver, int nargs) -
findOrCreateCallMethod
public IMethod findOrCreateCallMethod(IR callerIR, SSAAbstractInvokeInstruction callStmt, IClass receiver, int nargs)
-