Home
last modified time | relevance | path

Searched refs:StackAssertScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.h287 class StackAssertScope {
289 …explicit StackAssertScope(JSThread *thread) : thread_(thread), oldSp_(thread->GetCurrentSPFrame())… in StackAssertScope() function
291 ~StackAssertScope() in ~StackAssertScope()
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h653 …efine STACK_ASSERT_SCOPE(thread) [[maybe_unused]] StackAssertScope stackAssertScope = StackAssertS…