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

Method Undefined

context.go:270–272  ·  view source on GitHub ↗

Undefined return a undefined value. Deprecated: Use NewUndefined() instead.

()

Source from the content-addressed store, hash-verified

268// Undefined return a undefined value.
269// Deprecated: Use NewUndefined() instead.
270func (ctx *Context) Undefined() *Value {
271 return ctx.NewUndefined()
272}
273
274// NewUninitialized returns a uninitialized value.
275func (ctx *Context) NewUninitialized() *Value {

Callers 3

TestDeprecatedAPIsFunction · 0.95
convertMethodResultsFunction · 0.80

Calls 1

NewUndefinedMethod · 0.95

Tested by 2

TestDeprecatedAPIsFunction · 0.76