public interface JavaScriptCallFrame
| Modifier and Type | Method and Description |
|---|---|
JavaScriptValue |
getClosureVariable() |
JavaScriptDebugger |
getDebugger() |
JavaScriptLocation |
getLocation() |
JavaScriptValue |
getThisVariable() |
Map<String,JavaScriptVariable> |
getVariables() |
JavaScriptDebugger getDebugger()
JavaScriptLocation getLocation()
Map<String,JavaScriptVariable> getVariables()
JavaScriptValue getThisVariable()
JavaScriptValue getClosureVariable()
Copyright © 2015. All rights reserved.