Documentation ¶
Index ¶
- func Set(name string, v Value)
- type Callback
- type JSRef
- type Ref
- type Value
- func (v Value) Call(name string, args ...interface{}) Value
- func (v Value) Del(name string)
- func (v Value) Get(name string) Value
- func (v Value) Index(i int) Value
- func (v Value) InstanceOf(class Value) bool
- func (v Value) Invoke(args ...interface{}) Value
- func (v Value) IsNull() bool
- func (v Value) IsUndefined() bool
- func (v Value) JSRef() Ref
- func (v Value) New(args ...interface{}) Value
- func (v Value) Set(name string, val interface{})
- func (v Value) SetIndex(i int, val interface{})
- func (v Value) Slice() []Value
- func (v Value) String() string
- func (v Value) Valid() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.