RegExpObject 3451 core/AvmCore.cpp RegExpObject* AvmCore::newRegExp(RegExpClass* regexpClass, RegExpObject 3455 core/AvmCore.cpp return new (GetGC(), regexpClass->ivtable()->getExtraSize()) RegExpObject(regexpClass, RegExpObject 1387 core/AvmCore.h RegExpObject* newRegExp(RegExpClass* regExpClass, RegExpObject 54 core/RegExpClass.cpp prototype = new (core->GetGC(), ivtable()->getExtraSize()) RegExpObject(this,object_prototype); RegExpObject 96 core/RegExpClass.cpp RegExpObject* regExpObject = (RegExpObject*)AvmCore::atomToScriptObject(patternAtom); RegExpObject 97 core/RegExpClass.cpp return (new (core->GetGC(), ivtable()->getExtraSize()) RegExpObject(regExpObject))->atom(); RegExpObject 112 core/RegExpClass.cpp RegExpObject* inst = new (core->GetGC(), ivtable()->getExtraSize()) RegExpObject(this, pattern, options); RegExpObject 62 core/RegExpObject.cpp RegExpObject::RegExpObject(RegExpClass *regExpClass, RegExpObject 66 core/RegExpObject.cpp AvmAssert(traits()->getSizeOfInstance() == sizeof(RegExpObject)); RegExpObject 82 core/RegExpObject.cpp RegExpObject::RegExpObject(RegExpObject *toCopy) RegExpObject 85 core/RegExpObject.cpp AvmAssert(traits()->getSizeOfInstance() == sizeof(RegExpObject)); RegExpObject 102 core/RegExpObject.cpp RegExpObject::RegExpObject(RegExpClass *type, RegExpObject 107 core/RegExpObject.cpp AvmAssert(traits()->getSizeOfInstance() == sizeof(RegExpObject)); RegExpObject 178 core/RegExpObject.cpp RegExpObject::~RegExpObject() RegExpObject 192 core/RegExpObject.cpp Atom RegExpObject::call(int argc, Atom *argv) RegExpObject 205 core/RegExpObject.cpp Atom RegExpObject::stringFromUTF8(const char* buffer, int len) RegExpObject 211 core/RegExpObject.cpp int RegExpObject::search(Stringp subject) RegExpObject 226 core/RegExpObject.cpp int RegExpObject::numBytesInUtf8Character(const uint8 *in) RegExpObject 248 core/RegExpObject.cpp ArrayObject* RegExpObject::split(Stringp subject, uint32 limit) RegExpObject 308 core/RegExpObject.cpp Atom RegExpObject::AS3_exec(Stringp subject) RegExpObject 319 core/RegExpObject.cpp ArrayObject* RegExpObject::_exec(Stringp subject, StIndexableUTF8String& utf8Subject) RegExpObject 339 core/RegExpObject.cpp ArrayObject* RegExpObject::_exec(Stringp subject, RegExpObject 427 core/RegExpObject.cpp ArrayObject* RegExpObject::match(Stringp subject) RegExpObject 473 core/RegExpObject.cpp Atom RegExpObject::replace(Stringp subject, RegExpObject 591 core/RegExpObject.cpp Atom RegExpObject::replace(Stringp subject, RegExpObject 670 core/RegExpObject.cpp void RegExpObject::fixReplaceLastIndex(const char *src, RegExpObject 702 core/RegExpObject.cpp bool RegExpObject::get_ignoreCase() { return hasOption(PCRE_CASELESS); } RegExpObject 703 core/RegExpObject.cpp bool RegExpObject::get_multiline() { return hasOption(PCRE_MULTILINE); } RegExpObject 704 core/RegExpObject.cpp bool RegExpObject::get_dotall() { return hasOption(PCRE_DOTALL); } RegExpObject 705 core/RegExpObject.cpp bool RegExpObject::get_extended() { return hasOption(PCRE_EXTENDED); } RegExpObject 47 core/RegExpObject.h class RegExpObject : public ScriptObject RegExpObject 51 core/RegExpObject.h RegExpObject(RegExpClass *arrayClass, ScriptObject *delegate); RegExpObject 53 core/RegExpObject.h RegExpObject(RegExpClass *type, RegExpObject 58 core/RegExpObject.h RegExpObject(RegExpObject *toCopy); RegExpObject 60 core/RegExpObject.h ~RegExpObject(); RegExpObject 176 core/StringClass.cpp RegExpObject *reObj = (RegExpObject*) AvmCore::atomToScriptObject(regexpAtom); RegExpObject 194 core/StringClass.cpp RegExpObject *reObj = (RegExpObject*) core->atomToScriptObject(pattern); RegExpObject 241 core/StringClass.cpp RegExpObject *reObj = (RegExpObject*) AvmCore::atomToScriptObject(regexpAtom); RegExpObject 262 core/StringClass.cpp RegExpObject *reObj = (RegExpObject*) AvmCore::atomToScriptObject(delimAtom); RegExpObject 174 core/avmplus.h class RegExpObject; RegExpObject 1052 core/builtin.cpp RegExpObject* const obj = (RegExpObject*)AvmThunkUnbox_AvmReceiver(AvmObject, argv[argoff0]); RegExpObject 81 core/builtin.h class RegExpObject; //RegExp