| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_set.cpp | 25 void JSAPITreeSet::Add(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTagged… in Add() 54 bool JSAPITreeSet::Delete(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTag… in Delete() 68 bool JSAPITreeSet::Has(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTagged… in Has() 74 void JSAPITreeSet::Clear(const JSThread *thread, const JSHandle<JSAPITreeSet> &set) in Clear() 81 JSTaggedValue JSAPITreeSet::PopFirst(JSThread *thread, const JSHandle<JSAPITreeSet> &set) in PopFirst() 94 JSTaggedValue JSAPITreeSet::PopLast(JSThread *thread, const JSHandle<JSAPITreeSet> &set) in PopLast()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_GetOrSetAccessor6.ts | 18 set set(p:string); property
|
| D | test-class-property-1.ts | 18 set: number = 0; property in A
|
| D | test-class-definiton16.ts | 19 protected set 5(k) { } method in Foo
|
| D | test_GetOrSetAccessor5.ts | 19 set<T>():void; method
|
| D | test-class-definiton15.ts | 18 set 5(k) { } method in Foo
|
| D | test-class-definiton6.ts | 19 set 5(k) { } method in Foo
|
| D | test_GetOrSetAccessor1.ts | 21 set sid(id: number); property
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_list.cpp | 137 auto set = region->GetFreeObjectSet(type); in Free() local 155 EnumerateSets([](FreeObjectSet *set) { set->Rebuild(); }); in Rebuild() 165 bool FreeObjectList::MatchFreeObjectInSet(FreeObjectSet *set, size_t size) in MatchFreeObjectInSet() 185 bool FreeObjectList::AddSet(FreeObjectSet *set) in AddSet() 212 void FreeObjectList::RemoveSet(FreeObjectSet *set) in RemoveSet() 243 list->EnumerateTopAndLastSets([this](FreeObjectSet *set, FreeObjectSet *end) { in Merge()
|
| D | region-inl.h | 110 auto set = packedData_.oldToNewSet_; in TestOldToNew() local 133 auto set = GetOrCreateCrossRegionRememberedSet(); in InsertCrossRegionRSet() local 139 auto set = GetOrCreateCrossRegionRememberedSet(); in AtomicInsertCrossRegionRSet() local 182 auto set = GetOrCreateOldToNewRememberedSet(); in InsertOldToNewRSet() local 188 auto set = GetOrCreateOldToNewRememberedSet(); in ClearOldToNewRSet() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_set_test.cpp | 69 JSHandle<JSSet> set = in CreateSet() local 79 JSSet *set = CreateSet(); in HWTEST_F_L0() local 87 JSHandle<JSSet> set(thread, CreateSet()); in HWTEST_F_L0() local 98 JSHandle<JSSet> set(thread, CreateSet()); in HWTEST_F_L0() local 120 JSHandle<JSSet> set(thread, CreateSet()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_set.cpp | 23 void JSSet::Add(JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Add() 35 bool JSSet::Delete(const JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue… in Delete() 46 void JSSet::Clear(const JSThread *thread, const JSHandle<JSSet> &set) in Clear()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treeset.cpp | 49 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(obj); in TreeSetConstructor() local 90 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in Add() local 113 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in Remove() local 136 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in Has() local 160 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetFirstValue() local 181 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetLastValue() local 223 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetLowerValue() local 254 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in GetHigherValue() local 285 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in PopFirst() local 306 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self); in PopLast() local [all …]
|
| D | containers_lightweightset.cpp | 126 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in IsEmpty() local 156 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in GetValueAt() local 189 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in HasAll() local 210 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in Has() local 231 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in HasHash() local 398 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in GetIndexOf() local 422 …JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(lightweightset.GetTaggedValue().GetTaggedObje… in Remove() local 454 …JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(lightweightset.GetTaggedValue().GetTaggedObje… in RemoveAt() local 474 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in Clear() local
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test-class-definiton16.ts | 19 protected set 5(k) { } method in Foo
|
| D | test-class-definiton15.ts | 18 set 5(k) { } method in Foo
|
| D | test-class-definiton6.ts | 19 set 5(k) { } method in Foo
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_set.cpp | 46 JSHandle<JSSet> set = JSHandle<JSSet>::Cast(obj); in SetConstructor() local 120 JSHandle<JSSet> set(self); in Add() local 138 JSHandle<JSSet> set(self); in Clear() local 156 JSHandle<JSSet> set(self); in Delete() local 191 JSHandle<JSSet> set(self); in ForEach() local
|
| /arkcompiler/ets_runtime/test/fuzztest/weaksetref_fuzzer/ |
| D | weaksetref_fuzzer.cpp | 48 Local<WeakSetRef> set = JSNApiHelper::ToLocal<WeakSetRef>(weakSetTag); in WeakSetRefGetSizeFuzzTest() local 73 Local<WeakSetRef> set = JSNApiHelper::ToLocal<WeakSetRef>(weakSetTag); in WeakSetRefGetTotalElementsFuzzTest() local 98 Local<WeakSetRef> set = JSNApiHelper::ToLocal<WeakSetRef>(weakSetTag); in WeakSetRefGetValueFuzzTest() local
|
| /arkcompiler/ets_runtime/test/moduletest/regressproxy/ |
| D | regressproxy.js | 23 var proxy2 = new Proxy({}, { set() { return ""; } }); method
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | array-literal-1.js | 18 set: v19 => {print("set 0")} method
|
| D | array-literal-2.js | 17 set: v19 => {print("set 0")} method
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | container_treeset.js | 27 let set = new fastset(); variable 68 function TestForEach(value, key, set) { argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_set_test.cpp | 103 JSHandle<JSSet> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local 141 JSHandle<JSSet> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local 204 JSHandle<JSSet> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local 245 JSHandle<JSSet> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local 304 JSHandle<JSTaggedValue> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local 352 JSHandle<JSTaggedValue> set(thread, CreateBuiltinsSet(thread)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/globalaccessor/ |
| D | globalaccessor.js | 33 set() {} method
|