org.apache.bsf.dbline

Class Context

public class Context extends Object

Context objects represent remote JsContext in the JavaScript engine. JsContext are the JavaScript ECMA 1.3 contexts, forming the execution stack of the engine. Typically, the debugger will create a stack of Context objects mapping to the JavaScript context in the engine.

UNKNOWN: Olivier Gruber

Constructor Summary
Context(JsContext cx, Buffer buffer)

Constructor Detail

Context

public Context(JsContext cx, Buffer buffer)