Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
Runtime is a struct that is used to evaluate an AST.
type ScriptRecord ¶
type ScriptRecord struct { Realm *realm.Realm Environment binding.Environment ECMAScriptCode *ast.Script HostDefined interface{} }
ScriptRecord encapsulates information about a script being evaluated. ScriptRecord is specified in 15.1.8.
func (*ScriptRecord) Value ¶
func (r *ScriptRecord) Value() interface{}
Value returns the ScriptRecord itself.
Click to show internal directories.
Click to hide internal directories.