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