Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_scope.h81 *(reinterpret_cast<T *>(escapeHandle_.GetAddress())) = *(reinterpret_cast<T *>(handle.GetAddress())); in Escape()
82 return escapeHandle_; in Escape()
87 HandleBase escapeHandle_; member in ark::final
H A Dhandle_scope-inl.h69 escapeHandle_(thread->GetHandleStorage<T>()->GetNodeAddress(thread->GetTopScope<T>()->GetBeginIndex() - 1)) in EscapeHandleScope()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1049 *(reinterpret_cast<T *>(escapeHandle_)) = **current; in Escape()
1050 return Local<T>(escapeHandle_); in Escape()
1055 uintptr_t escapeHandle_ = 0U; member in panda::final
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2407 escapeHandle_ = ToUintPtr(thread->GetCurrentEcmaContext()->GetHandleScopeStorageNext() - 1); in EscapeLocalScope()

Completed in 17 milliseconds