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

Method NewUndefined

context.go:264–266  ·  view source on GitHub ↗

NewUndefined returns a undefined value.

()

Source from the content-addressed store, hash-verified

262
263// NewUndefined returns a undefined value.
264func (ctx *Context) NewUndefined() *Value {
265 return &Value{ctx: ctx, ref: C.JS_NewUndefined()}
266}
267
268// Undefined return a undefined value.
269// Deprecated: Use NewUndefined() instead.

Calls

no outgoing calls