org.apache.bsf.engines.javascript
public class JsContextStub extends Skeleton implements JsContext
UNKNOWN: Administrator
Constructor Summary | |
---|---|
JsContextStub(RhinoContextProxy rcp, DebugFrame frame, int frameno)
JsContextStub constructor comment. |
Method Summary | |
---|---|
JsObject | bind(String id) |
JsCode | getCode() |
int | getDepth() |
JsEngine | getEngine() |
int | getLineNumber() |
JsObject | getScope() |
String | getSourceName() |
JsObject | getThis() |
boolean | isEvalContext() |
boolean | isFunctionContext() |
boolean | isScriptContext() |
Object | lookupName(String name) |
Object | lookupName(Scriptable scopeChain, String id)
Looks up a name in the scope chain and returns its value. |