Home
last modified time | relevance | path

Searched defs:currentEnv (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp109 GateRef currentEnv = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerLdLexVar() local
132 GateRef currentEnv = acc_.GetValueIn(gate, 2); // 2: the third parameter in LowerStLexVar() local
Dinterpreter_stub.cpp4119 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
4131 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp1999 GateRef currentEnv = acc_.GetValueIn(gate, 0); in LowerPopLexicalEnv() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1523 JSTaggedValue currentEnv = envHandle.GetTaggedValue(); in GetClosureScopeChains() local