Home
last modified time | relevance | path

Searched defs:lexicalEnv (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dlexical_env_test.cpp53 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
Djs_function_test.cpp76 JSHandle<LexicalEnv> lexicalEnv = thread->GetEcmaVM()->GetFactory()->NewLexicalEnv(0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp258 LexicalEnv *lexicalEnv = LexicalEnv::Cast(curEnv.GetTaggedObject()); in GetLevelSlot() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3400 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3434 GateRef lexicalEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
3468 GateRef lexicalEnv = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
Dstub_builder-inl.h1943 inline void StubBuilder::SetLexicalEnvToFunction(GateRef glue, GateRef object, GateRef lexicalEnv) in SetLexicalEnvToFunction()
Dslowpath_lowering.cpp3052 GateRef lexicalEnv = acc_.GetValueIn(gate, 4); // 4: Get current env in LowerDefineClassWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1068 JSHandle<JSTaggedValue> lexicalEnv(thread, lexenv); in ResolveClass() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1932 JSHandle<LexicalEnv> lexicalEnv = factory_->NewLexicalEnv(0); in InitializeArray() local