DomainObject 66 axscript/DomainClass.cpp DomainObject::~DomainObject() DomainObject 70 axscript/DomainClass.cpp void DomainObject::constructFromDomain(DomainObject *parentDomain, Atom aGlobalObject) DomainObject 117 axscript/DomainClass.cpp void DomainObject::addNamedScriptObject(Stringp name) DomainObject 123 axscript/DomainClass.cpp void DomainObject::exposeGlobalMembers(Atom aObject, Atom aTypeinfo) DomainObject 155 axscript/DomainClass.cpp Atom DomainObject::loadBytes(ByteArrayObject *b) DomainObject 174 axscript/DomainClass.cpp ScriptObject* DomainObject::finddef(Multiname* multiname, DomainObject 196 axscript/DomainClass.cpp Atom DomainObject::get_global() DomainObject 201 axscript/DomainClass.cpp ClassClosure* DomainObject::getClass(Stringp name) DomainObject 256 axscript/DomainClass.cpp return new (core()->GetGC(), ivtable->getExtraSize()) DomainObject(ivtable, prototype); DomainObject 259 axscript/DomainClass.cpp DomainObject* DomainClass::get_currentDomain() DomainObject 263 axscript/DomainClass.cpp DomainObject* domainObject = (DomainObject*) createInstance(ivtable(), prototype); DomainObject 44 axscript/DomainClass.h class DomainObject : public ScriptObject DomainObject 47 axscript/DomainClass.h DomainObject(VTable *vtable, ScriptObject *delegate); DomainObject 48 axscript/DomainClass.h ~DomainObject(); DomainObject 50 axscript/DomainClass.h void constructFromDomain(DomainObject *base, Atom aGlobal); DomainObject 74 axscript/DomainClass.h DomainObject* get_currentDomain(); DomainObject 43 shell/DomainClass.cpp DomainObject::DomainObject(VTable *vtable, ScriptObject *delegate) DomainObject 48 shell/DomainClass.cpp DomainObject::~DomainObject() DomainObject 52 shell/DomainClass.cpp void DomainObject::init(DomainObject *parentDomain) DomainObject 74 shell/DomainClass.cpp Atom DomainObject::loadBytes(ByteArrayObject *b) DomainObject 97 shell/DomainClass.cpp ScriptObject* DomainObject::finddef(const Multiname& multiname, DomainObject 118 shell/DomainClass.cpp ClassClosure* DomainObject::getClass(Stringp name) DomainObject 169 shell/DomainClass.cpp return new (core()->GetGC(), ivtable->getExtraSize()) DomainObject(ivtable, prototype); DomainObject 172 shell/DomainClass.cpp DomainObject* DomainClass::get_currentDomain() DomainObject 176 shell/DomainClass.cpp DomainObject* domainObject = (DomainObject*) createInstance(ivtable(), prototype); DomainObject 188 shell/DomainClass.cpp ByteArrayObject* DomainObject::get_domainMemory() const DomainObject 193 shell/DomainClass.cpp void DomainObject::set_domainMemory(ByteArrayObject* mem) DomainObject 44 shell/DomainClass.h class DomainObject : public ScriptObject DomainObject 47 shell/DomainClass.h DomainObject(VTable *vtable, ScriptObject *delegate); DomainObject 48 shell/DomainClass.h ~DomainObject(); DomainObject 50 shell/DomainClass.h void init(DomainObject *base); DomainObject 73 shell/DomainClass.h DomainObject* get_currentDomain(); DomainObject 110 shell/ShellCore.h friend class DomainObject; DomainObject 46 shell/shell_toplevel.h class DomainObject; //avmplus::Domain