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

  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 146 RefPtr<Structure> regExpMatchesArrayStructure;
230 Structure* regExpMatchesArrayStructure() const { return d()->regExpMatchesArrayStructure.get(); }
RegExpConstructor.cpp 105 : JSArray(exec->lexicalGlobalObject()->regExpMatchesArrayStructure(), data->lastNumSubPatterns + 1)
JSGlobalObject.cpp 228 d()->regExpMatchesArrayStructure = RegExpMatchesArray::createStructure(d()->arrayPrototype);
411 markIfNeeded(markStack, d()->regExpMatchesArrayStructure);

Completed in 132 milliseconds