Home
last modified time | relevance | path

Searched refs:m_regExpMatchesArrayStructure (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h101 WriteBarrier<Structure> m_regExpMatchesArrayStructure; variable
209 … Structure* regExpMatchesArrayStructure() const { return m_regExpMatchesArrayStructure.get(); } in regExpMatchesArrayStructure()
DJSGlobalObject.cpp192m_regExpMatchesArrayStructure.set(exec->globalData(), this, RegExpMatchesArray::createStructure(ex… in reset()
350 markIfNeeded(markStack, &m_regExpMatchesArrayStructure); in markChildren()