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

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSObjectRef.h618 JS_EXPORT JSValueRef JSObjectCallAsFunction(JSContextRef ctx, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);
H A DJSValue.mm400 JSValueRef result = JSObjectCallAsFunction([_context JSGlobalContextRef], object, 0, argumentCount, arguments, &exception);
448 JSValueRef result = JSObjectCallAsFunction([_context JSGlobalContextRef], object, thisObject, argumentCount, argumentArray, &exception);
H A DJSObjectRef.cpp572 JSValueRef JSObjectCallAsFunction(JSContextRef ctx, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) function
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c558 JSValueRef result = JSObjectCallAsFunction(context, function, constructor, 1, &possibleValue, exception);
583 JSValueRef value = JSObjectCallAsFunction(context, function, object, 0, NULL, exception);
1299 ASSERT(!JSObjectCallAsFunction(context, NULL, NULL, 0, NULL, NULL));
1669 v = JSObjectCallAsFunction(context, function, NULL, 0, NULL, NULL);
1676 v = JSObjectCallAsFunction(context, function, NULL, 0, NULL, &exception);
1688 JSObjectCallAsFunction(context, function, NULL, 1, arguments, &exception);
1789 v = JSObjectCallAsFunction(context, function, NULL, 0, NULL, NULL);
1791 v = JSObjectCallAsFunction(context, function, o, 0, NULL, NULL);
1797 v = JSObjectCallAsFunction(context, function, NULL, 0, NULL, NULL);
1799 v = JSObjectCallAsFunction(contex
[all...]

Completed in 120 milliseconds