Home
last modified time | relevance | path

Searched refs:currentLexEnv (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h454 JSHandle<JSTaggedValue> &currentLexEnv,
H A Druntime_stubs-inl.h2756 JSHandle<JSTaggedValue> &currentLexEnv,
2762 newEnv->SetParentEnv(thread, currentLexEnv.GetTaggedValue());
H A Druntime_stubs.cpp2747 JSHandle<JSTaggedValue> currentLexEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
2751 return RuntimeOptNewLexicalEnvWithName(thread, numVars, scopeId, currentLexEnv, func).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp393 GateRef currentLexEnv = GetEnvFromFrame(state); in GenerateCircuit() local
394 GateRef parentLexEnv = GetParentEnv(currentLexEnv); in GenerateCircuit()
3609 GateRef currentLexEnv = GetEnvFromFrame(state); in GenerateCircuit() local
3610 GateRef parentLexEnv = GetParentEnv(currentLexEnv); in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp515 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER() local
516 GateRef parentLexEnv = GetParentEnv(currentLexEnv); in DECLARE_ASM_HANDLER()
524 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER() local
525 GateRef parentLexEnv = GetParentEnv(currentLexEnv); in DECLARE_ASM_HANDLER()

Completed in 38 milliseconds