Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dlexical_env.h40 void SetParentEnv(JSThread *thread, JSTaggedValue value) in SetParentEnv() function in panda::ecmascript::LexicalEnv
H A Dsendable_env.h40 void SetParentEnv(JSThread *thread, JSTaggedValue value) in SetParentEnv() function in panda::ecmascript::SendableEnv
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub-inl.h279 newEnv->SetParentEnv(thread, currentLexenv); in NewLexicalEnv()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2222 newEnv->SetParentEnv(thread, currentLexenv);
2235 newEnv->SetParentEnv(thread, moduleHandle->GetSendableEnv());
2695 newEnv->SetParentEnv(thread, currentLexenv);
2762 newEnv->SetParentEnv(thread, currentLexEnv.GetTaggedValue());
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp2187 lexicalEnv->SetParentEnv(thread_, env.GetTaggedValue()); in InitializeArray()

Completed in 15 milliseconds