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