Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dunified_gc_test.cpp46 [[maybe_unused]] EcmaHandleScope ecmaHandleScope(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp297 [[maybe_unused]] EcmaHandleScope ecmaHandleScope(vm_->GetAssociatedJSThread()); in BinaryDump() local
705 void HeapProfiler::PushToActiveScopeStack(LocalScope *localScope, EcmaHandleScope *ecmaHandleScope) in PushToActiveScopeStack()