Home
last modified time | relevance | path

Searched refs:escapeHandle_ (Results 1 – 4 of 4) sorted by relevance

/ark/runtime_core/runtime/
Dhandle_scope.h81 …*(reinterpret_cast<T *>(escapeHandle_.GetAddress())) = *(reinterpret_cast<T *>(handle.GetAddress()… in Escape()
82 return escapeHandle_; in Escape()
87 HandleBase escapeHandle_; variable
Dhandle_scope-inl.h59escapeHandle_(thread->GetHandleStorage<T>()->GetNodeAddress(thread->GetTopScope<T>()->GetBeginInde… in EscapeHandleScope()
/ark/js_runtime/ecmascript/napi/include/
Djsnapi.h236 *(reinterpret_cast<T *>(escapeHandle_)) = **current; in Escape()
237 return Local<T>(escapeHandle_); in Escape()
242 uintptr_t escapeHandle_ = 0U; variable
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp532 escapeHandle_ = ToUintPtr(thread->GetHandleScopeStorageNext() - 1); in EscapeLocalScope()