This article covers features introduced in SpiderMonkey 24
The JS::Value
that represents the JavaScript value null
.
Syntax
const JS::HandleValue JS::NullHandleValue;
Description
JS::NullHandleValue
is a JS::HandleValue
constant that represents the JavaScript value null
.