Uses of Interface org.apache.bsf.debug.jsdi.JsContext

Uses in package org.apache.bsf.dbline

Constructors with parameter type org.apache.bsf.debug.jsdi.JsContext

Methods with parameter type org.apache.bsf.debug.jsdi.JsContext

void
void
initialize the engine.
void
void
void
Callbacks.handleExceptionThrown(JsContext cx, Object exception)
void
JsDb.handleExceptionThrown(JsContext top, Object exception)
void
void
initialize the engine.

Uses in package org.apache.bsf.debug.jsdi

Methods with parameter type org.apache.bsf.debug.jsdi.JsContext

Object
JsFunction.call(JsContext cx, JsObject scope, JsObject thisObj, Object[] args)
Call the function.
JsObject
JsFunction.construct(JsContext cx, JsObject scope, Object[] args)
Call the function as a constructor.
Object
Execute the script.
void
Callback when a breakpoint is hit in the debuggee.
void
Callback when an engine stops after a stop-request.
void
Callback when an exception is thrown in the debuggee.
void
Callback when a step-request has finished.

Methods with return type org.apache.bsf.debug.jsdi.JsContext

JsContext
JsEngine.getContext(int depth)
Returns the JsContext at a certain depth.

Uses in package org.apache.bsf.debug.meta

Classes implementing org.apache.bsf.debug.jsdi.JsContext

class

Methods with parameter type org.apache.bsf.debug.jsdi.JsContext

void
Callback when a breakpoint is hit in the debuggee.
void
Callback when an engine stops after a stop-request.
void
Callback when an exception is thrown in the debuggee.
void
Callback when a step-request has finished.

Methods with return type org.apache.bsf.debug.jsdi.JsContext

JsContext
Returns the JsContext at a certain depth.

Uses in package org.apache.bsf.engines.javascript

Classes implementing org.apache.bsf.debug.jsdi.JsContext

class
Insert the type's description here.

Methods with parameter type org.apache.bsf.debug.jsdi.JsContext

void
RhinoEngineDebugger.setBreakNextLine(JsContext context, boolean isLineStep)
Set whether the engine should break when it encounters the next line.

Methods with return type org.apache.bsf.debug.jsdi.JsContext

JsContext
Returns the JsContext at a certain depth.
JsContext