Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_handle_scope.h52 JSTaggedType *prevNext_; member in panda::ecmascript::EcmaHandleScope
H A Decma_handle_scope.cpp30 prevNext_ = context->handleScopeStorageNext_; in OpenHandleScope()
66 context->handleScopeStorageNext_ = prevNext_; in CloseHandleScope()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1027 void *prevNext_ = nullptr; member in panda::LocalScope
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2348 prevNext_ = context->GetHandleScopeStorageNext(); in LocalScope()
2367 prevNext_ = context->GetHandleScopeStorageNext(); in LocalScope()
2388 context->SetHandleScopeStorageNext(static_cast<JSTaggedType *>(prevNext_)); in ~LocalScope()

Completed in 16 milliseconds