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

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSObjectRef.h466 JS_EXPORT JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) CF_AVAILABLE(10_6, 7_0);
H A DJSObjectRef.cpp225 JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) function
H A DJSValue.mm125 return [JSValue valueWithJSValueRef:JSObjectMakeError([context JSGlobalContextRef], 1, &argument, 0) inContext:context];
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c1765 o = JSObjectMakeError(context, 1, argumentsErrorValues, NULL);

Completed in 138 milliseconds