| Modifier and Type | Method and Description |
|---|---|
protected boolean |
JSMethodInstructionVisitor.isFunctionConstructorInvoke(JavaScriptInvoke invk)
Determine whether
invk corresponds to a function declaration or function expression. |
| Modifier and Type | Method and Description |
|---|---|
JavaScriptInvoke |
CallVertex.getInstruction() |
| Modifier and Type | Method and Description |
|---|---|
CallVertex |
VertexFactory.makeCallVertex(FuncVertex func,
JavaScriptInvoke invk) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSSSAPropagationCallGraphBuilder.JSInterestingVisitor.visitJavaScriptInvoke(JavaScriptInvoke instruction) |
void |
JSSSAPropagationCallGraphBuilder.JSPointerAnalysisImpl.JSImplicitPointsToSetVisitor.visitJavaScriptInvoke(JavaScriptInvoke instruction) |
void |
JSSSAPropagationCallGraphBuilder.JSConstraintVisitor.visitJavaScriptInvoke(JavaScriptInvoke instruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaScriptModRef.JavaScriptRefVisitor.visitJavaScriptInvoke(JavaScriptInvoke instruction) |
void |
JavaScriptModRef.JavaScriptModVisitor.visitJavaScriptInvoke(JavaScriptInvoke instruction) |
| Modifier and Type | Method and Description |
|---|---|
JavaScriptInvoke |
JSInstructionFactory.Invoke(int iindex,
int function,
int[] results,
int[] params,
int exception,
com.ibm.wala.classLoader.CallSiteReference site) |
JavaScriptInvoke |
JSInstructionFactory.Invoke(int iindex,
int function,
int[] params,
int exception,
com.ibm.wala.classLoader.CallSiteReference site) |
JavaScriptInvoke |
JSInstructionFactory.Invoke(int iindex,
int function,
int result,
int[] params,
int exception,
com.ibm.wala.classLoader.CallSiteReference site) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSInstructionVisitor.visitJavaScriptInvoke(JavaScriptInvoke instruction) |
void |
JSAbstractInstructionVisitor.visitJavaScriptInvoke(JavaScriptInvoke instruction) |
Copyright © 2017. All rights reserved.