public interface IJavaScriptThread
Modifier and Type | Method and Description |
---|---|
IJavaScriptValue |
evaluate(java.lang.String expression)
Allows the given expression to be evaluated and returns the
Value
of the evaluation. |
int |
getFrameCount()
Returns the total stack frame count
|
IJavaScriptValue evaluate(java.lang.String expression)
Value
of the evaluation.null
and will return a value with NullValue
instead.expression
- the expression to evaluate, null
is accepted and will cause a value
backed by NullValue
to be returnedIJavaScriptValue
from the evaluation never null
int getFrameCount()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.