JS::NullValue
This article covers features introduced in SpiderMonkey 24
Create a JS::Value
that represents the JavaScript value null
.
Syntax
JS::Value
JS::NullValue();
Description
JS::NullValue
creates a JS::Value
that represents the JavaScript value null
.