Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp217 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER() local
226 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2184JSHandle<JSTaggedValue> &currentLexEnv, in RuntimeOptNewLexicalEnvWithName()
Druntime_stubs.cpp1778 …JSHandle<JSTaggedValue> currentLexEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the se… in DEF_RUNTIME_STUBS() local