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

  /external/webkit/Source/JavaScriptCore/runtime/
RegExpPrototype.h 29 class RegExpPrototype : public RegExpObject {
31 RegExpPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
RegExpPrototype.cpp 22 #include "RegExpPrototype.h"
41 ASSERT_CLASS_FITS_IN_CELL(RegExpPrototype);
50 RegExpPrototype::RegExpPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure)
119 if (thisValue.inherits(&RegExpPrototype::s_info))

Completed in 24 milliseconds