Searched refs:lexEnv (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 1286 LexicalEnv *lexEnv = LexicalEnv::Cast(env.GetTaggedObject()); in GetClosureVariables() local 1287 if (lexEnv->GetScopeInfo().IsHole()) { in GetClosureVariables() 1291 lexEnv->GetScopeInfo().GetTaggedObject())->GetExternalPointer()); in GetClosureVariables() 1298 lexEnv = LexicalEnv::Cast(env.GetTaggedObject()); in GetClosureVariables() 1299 ASSERT(slot < lexEnv->GetLength() - LexicalEnv::RESERVED_ENV_LENGTH); in GetClosureVariables() 1301 JSHandle<JSTaggedValue>(thread, lexEnv->GetProperties(slot))); in GetClosureVariables()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 1478 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerCreateObjectWithBuffer() local 1479 …GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateObjectHavingMethod), { obj, lexEnv }, true… in LowerCreateObjectWithBuffer() 1950 GateRef lexEnv = acc_.GetValueIn(gate, 1); in LowerNewLexicalEnv() local 1952 { glue_, lexEnv, builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)) }); in LowerNewLexicalEnv() 1961 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current lexEnv in LowerNewLexicalEnvWithName() local 1964 lexEnv, jsFunc }; in LowerNewLexicalEnvWithName()
|
D | interpreter_stub.cpp | 4158 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local 4159 SetLexicalEnvToFunction(glue, *result, lexEnv); in DECLARE_ASM_HANDLER() 4183 GateRef lexEnv = GetEnvFromFrame(GetFrame(sp)); in DECLARE_ASM_HANDLER() local 4184 SetLexicalEnvToFunction(glue, *result, lexEnv); in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …lexEnv.ts":(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.expandLexEnv=…
|