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.