Home
last modified time | relevance | path

Searched refs:SetScopeInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlexical_env.h64 void SetScopeInfo(JSThread *thread, JSTaggedValue value) in SetScopeInfo() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h272 newEnv->SetScopeInfo(thread, JSTaggedValue::Hole()); in NewLexicalEnv()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1856 newEnv->SetScopeInfo(thread, JSTaggedValue::Hole()); in RuntimeNewLexicalEnv()
2180 newEnv->SetScopeInfo(thread, scopeInfo); in RuntimeNewLexicalEnvWithName()
2247 newEnv->SetScopeInfo(thread, scopeInfo); in RuntimeOptNewLexicalEnvWithName()