Home
last modified time | relevance | path

Searched defs:objects (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arrayreducecase/
Darrayreducecase.js23 const objects = [{ x: 1 }, { x: 2 }, { x: 3 }]; variable
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsreflect.js41 var objects = [ variable
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.cpp106 auto objects = PandaVector<ObjectHeader *>(allocator_->Adapter()); in GetAllObjects() local
Dglobal_object_storage.h331 auto objects = PandaVector<ObjectHeader *>(allocator_->Adapter()); in GetAllObjects() local
Dreference_storage.cpp316 auto objects = globalStorage_->GetAllObjects(); in GetAllObjects() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.cpp74 void TypeCreatorCtx::SaveObjects(EtsCoroutine *coro, VMHandle<EtsArray> &objects) in SaveObjects()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_fullgc_test.cpp213 void G1GCFullGCTest::MakeObjectsAlive(const ObjVec &objects, int every) in MakeObjectsAlive()
242 void G1GCFullGCTest::MakeObjectsPermAlive(const ObjVec &objects, int every) in MakeObjectsPermAlive()
Dmem_stats_gen_gc_test.cpp433 void MemStatsGenGCTest::MakeObjectsAlive(const ObjVec &objects, int every) in MakeObjectsAlive()
461 void MemStatsGenGCTest::MakeObjectsPermAlive(const ObjVec &objects, int every) in MakeObjectsPermAlive()
Dstring_table_test.cpp303 PandaVector<VMHandle<ObjectHeader>> objects; in InternTooLongString() local
/arkcompiler/ets_frontend/ets2panda/linter/
Deslint.config.mjs115 objects: 'never', property
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp166 EtsString *TypeAPITypeCreatorCtxCommit(EtsLong ctxPtr, EtsArray *objects) in TypeAPITypeCreatorCtxCommit()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp230 uint64_t objects = 0; in FindForbiddenLoops() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json47 "objects": "never", string
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js116653 this.objects = []; property
126156 this.objects = []; property