create 59 axscript/COMErrorClass.cpp Atom args[] = { nullObjectAtom, core->intToAtom(hr), pei ? core->excepinfoClass->create(pei)->atom() : nullObjectAtom };
create 99 axscript/DomainClass.cpp ScopeChain* emptyScope = ScopeChain::create(core->GetGC(), core->traits.object_itraits->scope, NULL, core->newNamespace(core->kEmptyString));
create 74 axscript/ExcepInfo.h EXCEPINFOObject * create(EXCEPINFO *pei);
create 100 axscript/IDispatchConsumer.h IDispatchConsumer * create(IDispatch *pDisp);
create 73 axscript/IUnknownConsumer.h IUnknownConsumer* create(IUnknown *pDisp, const IID &iid = __uuidof(0));
create 726 axscript/axtam.cpp dc = dispatchClass->create(pDisp);
create 737 axscript/axtam.cpp return pUnk ? unknownClass->create(pUnk, iid)->atom() : nullObjectAtom;
create 94 axscript/mscom.h MSIUnknownConsumer* create(IUnknown *pDisp, const IID &iid = __uuidof(0));
create 106 axscript/mscom.h MSIDispatchConsumer * create(IDispatch *pDisp);
create 143 core/AbcParser.cpp DebuggerMethodInfo* dmi = DebuggerMethodInfo::create(core, info.local_count, -1, info.scope_count);
create 441 core/AbcParser.cpp nss = NamespaceSet::create(core->GetGC(), ns);
create 1040 core/AbcParser.cpp DebuggerMethodInfo* dmi = DebuggerMethodInfo::create(core, local_count, code_length, max_scope_depth - init_scope_depth);
create 1563 core/AbcParser.cpp addNamedTraits(NamespaceSet::create(core->GetGC(), ns), name, itraits);
create 1739 core/AbcParser.cpp nss = NamespaceSet::create(core->GetGC(), ns);
create 102 core/MethodClosure.cpp MethodClosure* MethodClosureClass::create(MethodEnv* m, Atom obj)
create 64 core/MethodClosure.h MethodClosure* create(MethodEnv* env, Atom savedThis);
create 1017 core/MethodEnv.cpp return ScopeChain::create(core->GetGC(), _vtable, _abcEnv, stc, NULL, core->findPublicNamespace());
create 1206 core/MethodEnv.cpp ScopeChain* fscope = ScopeChain::create(gc, fvtable, this->abcEnv(), function->declaringScope(), outer, core->dxns());
create 1280 core/MethodEnv.cpp ScopeChain* cscope = ScopeChain::create(gc, cvtable, abcEnv, ctraits->init->declaringScope(), outer, core->dxns());
create 1290 core/MethodEnv.cpp ScopeChain* iscope = ScopeChain::create(gc, ivtable, abcEnv, itraits->init->declaringScope(), cscope, core->dxns());
create 1537 core/MethodEnv.cpp return toplevel->methodClosureClass->create(m, obj)->atom();
create 1824 core/MethodEnv.cpp closure = toplevel->methodClosureClass->create(this, atomv[0]);
create 65 core/MethodInfo.h static DebuggerMethodInfo* create(AvmCore* core, int32_t _local_count, uint32_t _codeSize, int32_t _max_scopes);
create 78 core/NamespaceSet.h static const NamespaceSet* create(MMgc::GC* gc, Namespacep ns);
create 50 core/ScopeChain-inlines.h return create(gc, traits, NULL, NULL, NULL, NULL);
create 77 core/ScopeChain.cpp return ScopeTypeChain::create(gc, traits, outer, &state->scopeValue(0), state->scopeDepth, append, extra);
create 79 core/ScopeChain.cpp return ScopeTypeChain::create(gc, traits, outer, 0, 0, append, extra);
create 94 core/ScopeChain.cpp return ScopeTypeChain::create(gc, traits, outer, values, nStateTraits, append, extra);
create 51 core/ScopeChain.h static const ScopeTypeChain* create(MMgc::GC* gc, Traits* traits, const ScopeTypeChain* outer, const Value* values, int32_t nValues, Traits* append, Traits* extra);
create 55 core/ScopeChain.h static const ScopeTypeChain* create(MMgc::GC* gc, Traits* traits, const ScopeTypeChain* outer, const FrameState* state, Traits* append, Traits* extra);
create 57 core/ScopeChain.h static const ScopeTypeChain* create(MMgc::GC* gc, Traits* traits, const ScopeTypeChain* outer, Traits* const* stateTraits, uint32_t nStateTraits, uint32_t nStateWithTraits, Traits* append, Traits* extra);
create 105 core/ScopeChain.h static ScopeChain* create(MMgc::GC* gc, VTable* vtable, AbcEnv* abcEnv, const ScopeTypeChain* scopeTraits, const ScopeChain* outer, Namespacep dxns);
create 61 core/Toplevel.cpp ScopeChain* object_iscope = ScopeChain::create(gc, object_ivtable, abcEnv, core->traits.object_istc, NULL, publicNS);
create 72 core/Toplevel.cpp toplevel_scope = ScopeChain::create(gc, mainVTable, abcEnv, mainTraits->init->declaringScope(), NULL, publicNS);
create 82 core/Toplevel.cpp ScopeChain* class_iscope = ScopeChain::create(gc, class_ivtable, abcEnv, core->traits.class_istc, NULL, publicNS);
create 635 core/Toplevel.cpp return methodClosureClass->create(m, obj)->atom();
create 757 core/Traits.cpp compat_nss = NamespaceSet::create(core->GetGC(), ns);
create 1194 core/Traits.cpp NamespaceSetp nss = NamespaceSet::create(core->GetGC(), this->ns());
create 725 core/Verifier.cpp const ScopeTypeChain* fscope = ScopeTypeChain::create(core->GetGC(), core->traits.function_itraits, scope, state, NULL, NULL);
create 770 core/Verifier.cpp const ScopeTypeChain* cscope = ScopeTypeChain::create(core->GetGC(), ctraits, scope, state, NULL, ctraits);
create 783 core/Verifier.cpp const ScopeTypeChain* iscope = ScopeTypeChain::create(core->GetGC(), itraits, cscope, NULL, ctraits, itraits);
create 335 core/jit-calls.h return env->toplevel()->methodClosureClass->create(c.method, obj)->atom();
create 81 extensions/JavaGlue.h JObject* create(String* name, Atom* argv, int argc);
create 306 extensions/JavaGlue.h JObject* create(String* , Atom* , int ) { return 0; }
create 476 shell/shell_toplevel.cpp JObject* const ret = obj->create(