Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp504 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER() local
513 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp391 GateRef currentLexEnv = GetEnvFromFrame(state); in GenerateCircuit() local
3629 GateRef currentLexEnv = GetEnvFromFrame(state); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2765 JSHandle<JSTaggedValue> &currentLexEnv, in RuntimeOptNewLexicalEnvWithName()
Druntime_stubs.cpp2779 …JSHandle<JSTaggedValue> currentLexEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS() local