Home
last modified time | relevance | path

Searched refs:GetScopeInfo (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlexical_env.h60 JSTaggedValue GetScopeInfo() const in GetScopeInfo() function in panda::ecmascript::LexicalEnv
H A Dsendable_env.h60 JSTaggedValue GetScopeInfo() const in GetScopeInfo() function in panda::ecmascript::SendableEnv
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp363 if (lexicalEnv->GetScopeInfo().IsHole()) { in GetLevelSlot()
366 auto result = JSNativePointer::Cast(lexicalEnv->GetScopeInfo().GetTaggedObject())->GetExternalPointer(); in GetLevelSlot()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1831 if (lexicalEnv->GetScopeInfo().IsHole()) { in GetClosureScopeChains()
1835 auto result = JSNativePointer::Cast(lexicalEnv->GetScopeInfo().GetTaggedObject())->GetExternalPointer(); in GetClosureScopeChains()

Completed in 8 milliseconds