Searched defs:JSObjectCallAsFunctionCallback (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSObjectRef.h202 @typedef JSObjectCallAsFunctionCallback
220 (*JSObjectCallAsFunctionCallback) (JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception); typedef
301 @field callAsFunction A JSObjectCallAsFunctionCallback to invoke when the property is called as a function.
306 JSObjectCallAsFunctionCallback callAsFunction;
360 JSObjectCallAsFunctionCallback callAsFunction;
417 @param callAsFunction The JSObjectCallAsFunctionCallback to invoke when the function is called.
420 JS_EXPORT JSObjectRef JSObjectMakeFunctionWithCallback(JSContextRef ctx, JSStringRef name, JSObjectCallAsFunctionCallback callAsFunction);

Completed in 53 milliseconds