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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 101 WriteBarrier<Structure> m_regExpMatchesArrayStructure;
209 Structure* regExpMatchesArrayStructure() const { return m_regExpMatchesArrayStructure.get(); }
JSGlobalObject.cpp 192 m_regExpMatchesArrayStructure.set(exec->globalData(), this, RegExpMatchesArray::createStructure(exec->globalData(), m_arrayPrototype.get()));
350 markIfNeeded(markStack, &m_regExpMatchesArrayStructure);

Completed in 40 milliseconds