Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 78) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp25 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_runtime/test/typeinfer/automatedcases/
DconstraintOfRecursivelyMappedTypeWithConditionalIsResolvable.ts33 set<K extends keyof T>(key: K, value: T[K]): IImmutableMap<T>; method
40 set<K extends keyof T>(key: K, value: T[K]): IImmutableMap2<T>; method
DtwiceNestedKeyofIndexInference.ts31 declare function set<T, K1 extends keyof T>(source: T, path: [K1], value: T[K1]): Set1<T, K1>; function
DdivergentAccessorsTypes1.ts50 set foo(s: string | number); property
53 set bar(s: string | number | boolean); property
DoptionalAccessorsInInterface1.ts40 set?: (v: any) => void; property
DinferenceErasedSignatures.ts52 set<K extends keyof this>(key: K, value: this[K]): this[K]; method
65 set<K extends keyof this>(key: K, value: this[K]): this[K]; method
DcomputedPropertyNames37_ES6.ts35 set ["set1"](p: Foo2) { } method in C
DcomputedPropertyNames37_ES5.ts35 set ["set1"](p: Foo2) { } method in C
DuniqueSymbolsDeclarationsErrors.ts110 set [s](v: any) { } method in ClassWithPrivateNamedAccessors
116 static set [s](v: any) { } method in ClassWithPrivateNamedAccessors
DtypePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.ts36 public set(value: V): Identity<V> { method in Identity
/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_list.cpp137 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()
Dregion-inl.h120 auto set = GetOrCreateCrossRegionRememberedSet(); in InsertCrossRegionRSet() local
126 auto set = GetOrCreateCrossRegionRememberedSet(); in AtomicInsertCrossRegionRSet() local
169 auto set = GetOrCreateOldToNewRememberedSet(); in InsertOldToNewRSet() local
175 auto set = GetOrCreateOldToNewRememberedSet(); in ClearOldToNewRSet() local
/arkcompiler/ets_runtime/ecmascript/
Djs_set.cpp23 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()
Djs_set_iterator.cpp53 JSHandle<LinkedHashSet> set(iteratedSet); in Next() local
86 LinkedHashSet *set = LinkedHashSet::Cast(iteratedSet.GetTaggedObject()); in Update() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_set_test.cpp69 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/containers/
Dcontainers_treeset.cpp49 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 …]
Dcontainers_lightweightset.cpp126 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
420 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in Remove() local
450 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in RemoveAt() local
470 JSAPILightWeightSet *set = JSAPILightWeightSet::Cast(self->GetTaggedObject()); in Clear() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-property-1.ts18 set: number = 0; property in A
Dtest-class-definiton6.ts19 set 5(k) { } method in Foo
Dtest-class-definiton15.ts18 set 5(k) { } method in Foo
Dtest-class-definiton16.ts19 protected set 5(k) { } method in Foo
/arkcompiler/ets_runtime/test/moduletest/globalaccessor/
Dglobalaccessor.js33 set() {} method
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_treeset.js27 let set = new fastset(); variable
68 function TestForEach(value, key, set) { argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp46 JSHandle<JSSet> set = JSHandle<JSSet>::Cast(obj); in SetConstructor() local
120 JSHandle<JSSet> set(JSTaggedValue::ToObject(thread, self)); in Add() local
139 JSHandle<JSSet> set(thread, JSSet::Cast(*JSTaggedValue::ToObject(thread, self))); in Clear() local
158 JSHandle<JSSet> set(thread, JSSet::Cast(*JSTaggedValue::ToObject(thread, self))); in Delete() local
195 JSHandle<JSSet> set(self); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_set_test.cpp103 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

1234