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