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