Package org.teavm.debugging.javascript
Interface JavaScriptCallFrame
-
public interface JavaScriptCallFrame
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaScriptValuegetClosureVariable()JavaScriptDebuggergetDebugger()JavaScriptLocationgetLocation()JavaScriptValuegetThisVariable()Promise<Map<String,? extends JavaScriptVariable>>getVariables()
-
-
-
Method Detail
-
getDebugger
JavaScriptDebugger getDebugger()
-
getLocation
JavaScriptLocation getLocation()
-
getVariables
Promise<Map<String,? extends JavaScriptVariable>> getVariables()
-
getThisVariable
JavaScriptValue getThisVariable()
-
getClosureVariable
JavaScriptValue getClosureVariable()
-
-