Searched refs:applyFunction (Results 1 - 5 of 5) sorted by relevance

/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
61 *applyFunction = JSFunction::create(exec, globalObject, 2, exec->propertyNames().apply.string(), functionProtoFuncApply);
62 putDirectWithoutTransition(exec->vm(), exec->propertyNames().apply, *applyFunction, DontEnum);
H A DJSGlobalObject.cpp206 JSFunction* applyFunction = 0; local
207 m_functionPrototype->addFunctionProperties(exec, this, &callFunction, &applyFunction);
209 m_applyFunction.set(exec->vm(), this, applyFunction);
H A DJSGlobalObject.h268 JSFunction* applyFunction() const { return m_applyFunction.get(); } function in class:JSC::JSGlobalObject
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.h52 ApplyFunction applyFunction() { return m_apply; } function in class:WebCore::PropertyHandler

Completed in 121 milliseconds