Home
last modified time | relevance | path

Searched refs:Dispose (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp186 globalHandleCollection.Dispose(envHandle); in RemoveLexModifyRecordOfTopFrame()
187 globalHandleCollection.Dispose(valueHandle); in RemoveLexModifyRecordOfTopFrame()
218 globalHandleCollection.Dispose(envHandle); in MergeLexModifyRecordOfTopFrame()
219 globalHandleCollection.Dispose(valueHandle); in MergeLexModifyRecordOfTopFrame()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_handle_collection.h41 void Dispose(JSHandle<T> handle) in Dispose() function
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp196 gloalHandleCollection.Dispose(item); in UnloadPatchInternal()