Home
last modified time | relevance | path

Searched refs:taggedCurEnv (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp5026 JSTaggedValue taggedCurEnv = state->env; in RunInternal() local
5028 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv, GetEcmaModule(sp)); in RunInternal()
5048 JSTaggedValue taggedCurEnv = state->env; in RunInternal() local
5050 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv, GetEcmaModule(sp)); in RunInternal()
H A Dinterpreter_assembly.cpp6832 JSTaggedValue taggedCurEnv = state->env;
6834 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv, GetModule(sp));
6942 JSTaggedValue taggedCurEnv = state->env;
6943 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv, GetModule(sp));

Completed in 23 milliseconds