Home
last modified time | relevance | path

Searched defs:lexenv (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DsymbolTable.h33 ArenaMap<uint32_t, std::pair<std::string, int>> lexenv; // lexenv: <slot, <name, type>> member
DpatchFix.cpp300 for (const auto &lexenv : functionIter->second.lexenv) { in GetSlotIdFromSymbolTable() local
471 auto &lexenv = bytecodeInfo.lexenv; in CompareLexenv() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp394 const JSHandle<JSTaggedValue> &lexenv) in DefineClassFromExtractor()
480 const JSHandle<JSTaggedValue> &lexenv, in DefineClassWithIHClass()
595const JSHandle<JSTaggedValue> &lexenv) in CreateJSFunctionFromTemplate()
615const JSHandle<JSTaggedValue> &lexenv) in BuildDictionaryProperties()
727const JSHandle<JSTaggedValue> &lexenv, JSHandle<TaggedArray> &elements) in HandleElementsProperties()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h862 const JSHandle<JSTaggedValue> &lexenv) in RuntimeResolveClass()
891 const JSHandle<JSTaggedValue> &lexenv) in RuntimeCloneClassFromTemplate()
942 const JSHandle<JSTaggedValue> &lexenv, in DefineInterfaceTypeOwnProperty()
963 const JSHandle<JSTaggedValue> &lexenv, in EntranceForDefineClass()
979 const JSHandle<JSTaggedValue> &lexenv, in RuntimeCreateClassWithBuffer()
Druntime_stubs.cpp1510 …JSHandle<JSTaggedValue> lexenv = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1117 JSTaggedValue base, JSTaggedValue lexenv) in ResolveClass()
1128 JSTaggedValue lexenv) in CloneClassFromTemplate()
1140 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
Dinterpreter-inl.cpp5147 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp4629 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp394 compiler::VReg lexenv = pg->LexEnv(); in Compile() local
Dpandagen.cpp1489 VReg lexenv, VReg base) in DefineClassWithBuffer()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp764 …on> ObjectFactory::CloneClassCtor(JSHandle<JSFunction> ctor, const JSHandle<JSTaggedValue> &lexenv, in CloneClassCtor()