static Variable |
Variable.forEvaluateExpression(EvaluateContext evaluateContext,
JsValue jsValue,
java.lang.String expression) |
static Variable |
Variable.forException(EvaluateContext evaluateContext,
JsValue exceptionValue) |
static Variable |
Variable.forFunctionScopes(EvaluateContext evaluateContext,
JsFunction jsFunction,
FunctionScopeExtension functionScopeExtension) |
static Variable |
Variable.forObjectScope(EvaluateContext evaluateContext,
JsScope.ObjectBased scope,
org.eclipse.wst.jsdt.chromium.debug.core.model.ExpressionTracker.Node expressionNode) |
static Variable |
Variable.forRealValue(EvaluateContext evaluateContext,
JsVariable jsVariable,
boolean isInternalProperty,
org.eclipse.wst.jsdt.chromium.debug.core.model.ExpressionTracker.Node trackerNode)
|