Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/
Dtest262harness.js52 $262.destroy = function () { }; function in $262
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Dtest262harness.js53 $262.destroy = function () { }; function in $262
/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts142 destroy(): void { method in TryStatement
220 this.tryStatement.destroy();
309 this.tryStatement.destroy();
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_allocator.h99 void destroy(U *p) // NOLINT(readability-identifier-naming) in destroy() function
Dcaddress_allocator.h93 void destroy(U *p) // NOLINT(readability-identifier-naming) in destroy() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h134 void destroy(U *ptr) // NOLINT(readability-identifier-naming) in destroy() function
Drunslots_allocator_stl_adapter.h157 void destroy(U *p) in destroy() function
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md11 …read and responsibilies for thread management relies on it, runtime doesn't create/destroy threads.
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md11 …read and responsibilies for thread management relies on it, runtime doesn't create/destroy threads.
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h135 void destroy(U *p) // NOLINT(readability-identifier-naming) in destroy() function
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator_stl_adapter.h139 void destroy(U *p) // NOLINT(readability-identifier-naming) in destroy() function
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_queue.h58 std::allocator_traits<TaskQueueAllocatorType>::destroy(allocator, queue); in Destroy()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h286 void destroy(const pointer p) in destroy() function
/arkcompiler/ets_frontend/test262/
Deshost.patch302 +$262.destroy = function() {};
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js1583 p.destroy = function() {
1586 cc.Asset.prototype.destroy.call(this);
2101 t.destroy();
2351 cc.director.getScene().destroy();
3113 destroy() {
3114 this._impl.destroy();
3604 a.destroy = function() {
3607 cc.Asset.prototype.destroy.call(this);
4239 t.destroy();
4397 this.webview.destroy();
[all …]