Searched defs:m_applyFunction (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObject.h79 WriteBarrier<JSFunction> m_applyFunction; member in class:JSC::JSGlobalObject
184 JSFunction* applyFunction() const { return m_applyFunction.get(); }

Completed in 102 milliseconds