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

  /external/webkit/JavaScriptCore/runtime/
RegExpPrototype.h 28 class RegExpPrototype : public JSObject {
30 RegExpPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
RegExpPrototype.cpp 22 #include "RegExpPrototype.h"
39 ASSERT_CLASS_FITS_IN_CELL(RegExpPrototype);
48 const ClassInfo RegExpPrototype::info = { "RegExpPrototype", 0, 0, 0 };
50 RegExpPrototype::RegExpPrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure)
105 if (thisValue.inherits(&RegExpPrototype::info))

Completed in 29 milliseconds