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