Home
last modified time | relevance | path

Searched defs:handle_scope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp76 [[maybe_unused]] EcmaHandleScope handle_scope(thread); in ThrowTypeError() local
/arkcompiler/runtime_core/runtime/include/
Dmanaged_thread.h476 inline void PushHandleScope([[maybe_unused]] HandleScope<T> *handle_scope) in PushHandleScope()