Home
last modified time | relevance | path

Searched refs:handle_scope (Results 1 – 6 of 6) sorted by relevance

/ark/runtime_core/runtime/include/
Dthread-inl.h27 …gedThread::PushHandleScope<coretypes::TaggedType>(HandleScope<coretypes::TaggedType> *handle_scope)
29 tagged_handle_scopes_.push_back(handle_scope);
62 …line void ManagedThread::PushHandleScope<ObjectHeader *>(HandleScope<ObjectHeader *> *handle_scope)
64 object_header_handle_scopes_.push_back(handle_scope);
Dmanaged_thread.h393 inline void PushHandleScope([[maybe_unused]] HandleScope<T> *handle_scope) in PushHandleScope() argument
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp70 [[maybe_unused]] EcmaHandleScope handle_scope(thread); in ThrowTypeError() local
/ark/runtime_core/runtime/
DBUILD.gn85 "handle_scope.cpp",
DCMakeLists.txt132 handle_scope.cpp
/ark/js_runtime/ecmascript/
Decma_vm.cpp550 [[maybe_unused]] EcmaHandleScope handle_scope(thread_); in HandleUncaughtException() local