Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp393 GateRef currentLexEnv = GetEnvFromFrame(state); in GenerateCircuit() local
3609 GateRef currentLexEnv = GetEnvFromFrame(state); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp515 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER() local
524 GateRef currentLexEnv = GetEnvFromFrame(state); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2747 JSHandle<JSTaggedValue> currentLexEnv = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local

Completed in 42 milliseconds