class js.html.JavaScriptCallFrame

Available on js

Class Fields

static var CATCH_SCOPE:Int

static var CLOSURE_SCOPE:Int

static var GLOBAL_SCOPE:Int

static var LOCAL_SCOPE:Int

static var WITH_SCOPE:Int

Instance Fields

var line:Int

function evaluate(script:String):Void

function restart():Dynamic

function scopeType(scopeIndex:Int):Int