HomeSort by relevance Sort by last modified time
    Searched defs:applyFunction (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.cpp 176 JSFunction* applyFunction = 0;
177 m_functionPrototype->addFunctionProperties(exec, this, m_functionStructure.get(), &callFunction, &applyFunction);
179 m_applyFunction.set(exec->globalData(), this, applyFunction);
JSGlobalObject.h 184 JSFunction* applyFunction() const { return m_applyFunction.get(); }

Completed in 77 milliseconds