Searched refs:JSValueToBoolean (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSValueRef.h243 JS_EXPORT bool JSValueToBoolean(JSContextRef ctx, JSValueRef value);
H A DJSValue.mm151 return JSValueToBoolean([_context JSGlobalContextRef], m_value);
650 primitive = JSValueToBoolean(context, value) ? @YES : @NO;
750 return JSValueToBoolean(context, value) ? @YES : @NO;
H A DJSValueRef.cpp367 bool JSValueToBoolean(JSContextRef ctx, JSValueRef value) function
H A DObjCCallbackFunction.mm61 bool value = JSValueToBoolean([context JSGlobalContextRef], argument);
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c61 if (JSValueToBoolean(context, value) != expectedValue) {
559 return result && JSValueToBoolean(context, result);
1494 ASSERT(JSValueToBoolean(context, myObject));

Completed in 121 milliseconds