Searched refs:JSValueIsObject (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSValueRef.h120 JS_EXPORT bool JSValueIsObject(JSContextRef ctx, JSValueRef value);
H A DJSValue.mm356 return JSValueIsObject([_context JSGlobalContextRef], m_value);
647 if (!JSValueIsObject(context, value)) {
695 ASSERT(JSValueIsObject(context, current.js));
795 if (JSValueIsObject(context, value))
817 if (JSValueIsObject(context, value))
959 ASSERT(JSValueIsObject(contextRef, current.js));
H A DJSValueRef.cpp157 bool JSValueIsObject(JSContextRef ctx, JSValueRef value) function
H A DJSWrapperMap.mm635 if (!JSValueIsObject(context, value))
H A DObjCCallbackFunction.mm497 if (!JSValueIsObject(contextRef, result)) {
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c1219 ASSERT(JSValueIsObject(context, globalObject));
1294 ASSERT(!JSValueIsObject(context, NULL));
1425 if (!JSValueIsObject(context, jsonObject)) {
1583 ASSERT(JSValueIsObject(context, jsGlobalValue));
1607 ASSERT(JSValueIsObject(context, exception));
1614 ASSERT(JSValueIsObject(context, result));
1637 ASSERT(JSValueIsObject(context, exception));
1647 ASSERT(JSValueIsObject(context, exception));
1657 ASSERT(JSValueIsObject(context, exception));

Completed in 77 milliseconds