Searched refs:callFunction (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp66 callFunction(AtExitHandlers.back(), std::vector<GenericValue>());
92 callFunction(F, ActualArgs);
H A DInterpreter.h137 void callFunction(Function *F, const std::vector<GenericValue> &ArgVals);
H A DExecution.cpp902 callFunction((Function*)GVTOP(SRC), ArgVals);
1287 // callFunction - Execute the specified function...
1289 void Interpreter::callFunction(Function *F,
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DFunctionPrototype.h39 void addFunctionProperties(ExecState*, JSGlobalObject*, JSFunction** callFunction, JSFunction** applyFunction);
H A DFunctionPrototype.cpp56 void FunctionPrototype::addFunctionProperties(ExecState* exec, JSGlobalObject* globalObject, JSFunction** callFunction, JSFunction** applyFunction) argument
64 *callFunction = JSFunction::create(exec, globalObject, 1, exec->propertyNames().call.string(), functionProtoFuncCall);
65 putDirectWithoutTransition(exec->vm(), exec->propertyNames().call, *callFunction, DontEnum);
H A DJSGlobalObject.cpp205 JSFunction* callFunction = 0; local
207 m_functionPrototype->addFunctionProperties(exec, this, &callFunction, &applyFunction);
208 m_callFunction.set(exec->vm(), this, callFunction);
H A DJSGlobalObject.h267 JSFunction* callFunction() const { return m_callFunction.get(); } function in class:JSC::JSGlobalObject
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DPropertiesSidebarPane.js68 object.callFunction(protoList, undefined, nodePrototypesReady.bind(this));
H A DObjectPropertiesSection.js755 object.callFunction(buildArrayFragment, [{value: fromIndex}, {value: toIndex}, {value: WebInspector.ArrayGroupingTreeElement._sparseIterationThreshold}], processArrayFragment.bind(this));
811 object.callFunction(buildObjectFragment, undefined, processObjectFragment.bind(this));
H A DRemoteObject.js370 callFunction: function(functionDeclaration, args, callback)
H A DElementsTreeOutline.js662 object.callFunction(toggleClassAndInjectStyleRule, undefined, userCallback);
2096 object.callFunction(scrollIntoView);

Completed in 210 milliseconds