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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 79 WriteBarrier<JSFunction> m_applyFunction;
184 JSFunction* applyFunction() const { return m_applyFunction.get(); }
JSGlobalObject.cpp 179 m_applyFunction.set(exec->globalData(), this, applyFunction);
328 markIfNeeded(markStack, &m_applyFunction);

Completed in 67 milliseconds