This article covers features introduced in SpiderMonkey 38
The JS::Value
that represents the JavaScript value true
.
Syntax
const JS::HandleValue JS::TrueHandleValue; const JS::HandleValue JS::FalseHandleValue;
Description
JS::TrueHandleValue
and JS::FalseHandleValue
are JS::HandleValue
constants that represent the JavaScript values true
and false
.