Searched refs:JSValueIsInstanceOfConstructor (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSValueRef.h164 JS_EXPORT bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception);
H A DJSValueRef.cpp237 bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception) function
H A DJSValue.mm381 BOOL result = JSValueIsInstanceOfConstructor([_context JSGlobalContextRef], m_value, constructor, &exception);
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c295 return JSValueIsInstanceOfConstructor(context, possibleValue, numberConstructor, exception);
1615 ASSERT(JSValueIsInstanceOfConstructor(context, result, arrayConstructor, NULL));
1616 ASSERT(!JSValueIsInstanceOfConstructor(context, JSValueMakeNull(context), arrayConstructor, NULL));

Completed in 370 milliseconds