Searched defs:objects (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/test/moduletest/arrayreducecase/ |
| D | arrayreducecase.js | 23 const objects = [{ x: 1 }, { x: 2 }, { x: 3 }]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsreflect.js | 41 var objects = [ variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | global_object_storage.cpp | 106 auto objects = PandaVector<ObjectHeader *>(allocator_->Adapter()); in GetAllObjects() local
|
| D | global_object_storage.h | 331 auto objects = PandaVector<ObjectHeader *>(allocator_->Adapter()); in GetAllObjects() local
|
| D | reference_storage.cpp | 316 auto objects = globalStorage_->GetAllObjects(); in GetAllObjects() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi_create.cpp | 74 void TypeCreatorCtx::SaveObjects(EtsCoroutine *coro, VMHandle<EtsArray> &objects) in SaveObjects()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1gc_fullgc_test.cpp | 213 void G1GCFullGCTest::MakeObjectsAlive(const ObjVec &objects, int every) in MakeObjectsAlive() 242 void G1GCFullGCTest::MakeObjectsPermAlive(const ObjVec &objects, int every) in MakeObjectsPermAlive()
|
| D | mem_stats_gen_gc_test.cpp | 433 void MemStatsGenGCTest::MakeObjectsAlive(const ObjVec &objects, int every) in MakeObjectsAlive() 461 void MemStatsGenGCTest::MakeObjectsPermAlive(const ObjVec &objects, int every) in MakeObjectsPermAlive()
|
| D | string_table_test.cpp | 303 PandaVector<VMHandle<ObjectHeader>> objects; in InternTooLongString() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | eslint.config.mjs | 115 objects: 'never', property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 166 EtsString *TypeAPITypeCreatorCtxCommit(EtsLong ctxPtr, EtsArray *objects) in TypeAPITypeCreatorCtxCommit()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.cpp | 230 uint64_t objects = 0; in FindForbiddenLoops() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/ |
| D | .eslintrc.json | 47 "objects": "never", string
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 116653 this.objects = []; property 126156 this.objects = []; property
|