Documentation
¶
Index ¶
- func CopyBytesToGo(dst []byte, src Value) (int, error)
- func CopyBytesToJS(dst Value, src []byte) (int, error)
- func Unsafe(v Value) js.Value
- type Func
- type Value
- func (v Value) Call(m string, args ...any) (Value, error)
- func (v Value) Get(p string) (Value, error)
- func (v Value) GetBool(p string) (bool, error)
- func (v Value) GetInt(p string) (int, error)
- func (v Value) GetString(p string) (string, error)
- func (v Value) Index(i int) (Value, error)
- func (v Value) IndexString(i int) (string, error)
- func (v Value) IsNull() bool
- func (v Value) IsUndefined() bool
- func (v Value) New(args ...any) (Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Value ¶
func (Value) IsUndefined ¶ added in v2.0.2
Click to show internal directories.
Click to hide internal directories.