Searched refs:JS_ToBoolean (Results 1 – 4 of 4) sorted by relevance
126 bool JS_ToBoolean(v8::Handle<v8::Value> pValue);
100 return JS_ToBoolean(m_pValue); in operator bool()
362 pObjElement->dData = JS_ToBoolean(v); in ObjectToArray()
715 bool JS_ToBoolean(v8::Handle<v8::Value> pValue) in JS_ToBoolean() function