Home
last modified time | relevance | path

Searched defs:applyFunction (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DFunctionPrototype.cpp46 … globalObject, Structure* functionStructure, JSFunction** callFunction, JSFunction** applyFunction) in addFunctionProperties()
DJSGlobalObject.cpp176 JSFunction* applyFunction = 0; in reset() local
DJSGlobalObject.h184 JSFunction* applyFunction() const { return m_applyFunction.get(); } in applyFunction() function