MCPcopy Create free account
hub / github.com/buke/quickjs-go / Null

Method Null

context.go:259–261  ·  view source on GitHub ↗

Null return a null value. Deprecated: Use NewNull() instead.

()

Source from the content-addressed store, hash-verified

257// Null return a null value.
258// Deprecated: Use NewNull() instead.
259func (ctx *Context) Null() *Value {
260 return ctx.NewNull()
261}
262
263// NewUndefined returns a undefined value.
264func (ctx *Context) NewUndefined() *Value {

Callers 2

TestDeprecatedAPIsFunction · 0.95

Calls 1

NewNullMethod · 0.95

Tested by 2

TestDeprecatedAPIsFunction · 0.76