Home
last modified time | relevance | path

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

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