HomeSort by relevance Sort by last modified time
    Searched refs:callAsFunction (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/JavaScriptCore/API/
JSClassRef.h 54 : callAsFunction(_callAsFunction), attributes(_attributes)
58 JSObjectCallAsFunctionCallback callAsFunction;
108 JSObjectCallAsFunctionCallback callAsFunction;
JSClassRef.cpp 69 , callAsFunction(definition->callAsFunction)
101 StaticFunctionEntry* entry = new StaticFunctionEntry(staticFunction->callAsFunction, staticFunction->attributes);
182 StaticFunctionEntry* entry = new StaticFunctionEntry(it->second->callAsFunction, it->second->attributes);
JSObjectRef.h 211 @discussion If you named your function CallAsFunction, you would declare it like this:
213 JSValueRef CallAsFunction(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);
301 @field callAsFunction A JSObjectCallAsFunctionCallback to invoke when the property is called as a function.
306 JSObjectCallAsFunctionCallback callAsFunction;
326 @field callAsFunction The callback invoked when an object is called as a function.
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);
    [all...]
JSCallbackObjectFunctions.h 363 if (jsClass->callAsFunction) {
379 if (JSObjectCallAsFunctionCallback callAsFunction = jsClass->callAsFunction) {
388 result = toJS(exec, callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception));
561 if (JSObjectCallAsFunctionCallback callAsFunction = entry->callAsFunction) {
563 JSObject* o = new (exec) JSCallbackFunction(exec, asGlobalObject(thisObj->getAnonymousValue(0)), callAsFunction, propertyName);
571 return throwError(exec, createReferenceError(exec, "Static function property defined with NULL callAsFunction callback."));
JSObjectRef.cpp 91 JSObjectRef JSObjectMakeFunctionWithCallback(JSContextRef ctx, JSStringRef name, JSObjectCallAsFunctionCallback callAsFunction)
98 return toRef(new (exec) JSCallbackFunction(exec, exec->lexicalGlobalObject(), callAsFunction, nameID));
  /external/webkit/Source/JavaScriptGlue/
UserObjectImp.h 48 virtual JSValue callAsFunction(ExecState *exec);
JSObject.cpp 79 return JSValue::encode(static_cast<UserObjectImp*>(exec->callee())->callAsFunction(exec));
UserObjectImp.cpp 54 JSValue UserObjectImp::callAsFunction(ExecState *exec)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 5565 milliseconds