Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 25 of 54) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/test/type_extractor/dts-testcases/
Dtest-interface-type-test-1.d.ts23 declare class Set extends Object { class
/arkcompiler/ets_frontend/es2panda/util/
Dbitset.cpp47 void BitSet::Set(size_t pos) noexcept in Set() function in panda::es2panda::util::BitSet
52 void BitSet::Set(size_t pos, bool value) noexcept in Set() function in panda::es2panda::util::BitSet
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h96 constexpr void Set() in Set() function
105 constexpr void Set(size_t bit) in Set() function
111 constexpr void Set(size_t bit, bool value) in Set() function
Dbit_field.h102 static constexpr void Set(T value, Stor *stor) in Set() function
/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.cpp22 void ByteArray::Set(JSThread* thread, uint32_t idx, DataViewType type, JSTaggedType val, uint32_t o… in Set() function in panda::ecmascript::ByteArray
Dweak_vector.h76 inline void Set(const JSThread *thread, uint32_t index, JSTaggedValue value) in Set() function
Djs_map.cpp23 void JSMap::Set(JSThread *thread, const JSHandle<JSMap> &map, const JSHandle<JSTaggedValue> &key, in Set() function in panda::ecmascript::JSMap
Djs_weak_container.cpp23 void JSWeakMap::Set(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedValue>… in Set() function in panda::ecmascript::JSWeakMap
Dtagged_array-inl.h53 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const JSHandle<T> &value) in Set() function
67 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const JSTaggedValue &value) in Set() function
Djs_thread.h76 void Set(size_t index, Address addr) in Set() function
102 void Set(size_t index, Address addr) in Set() function
123 void Set(size_t index, Address addr) in Set() function
145 void Set(size_t index, Address addr) in Set() function
174 void Set(size_t index, Address addr) in Set() function
Dtagged_queue.h143 inline void Set(const JSThread *thread, uint32_t index, JSTaggedValue value) in Set() function
Dlinked_hash_table.cpp144 JSHandle<LinkedHashMap> LinkedHashMap::Set(const JSThread *thread, const JSHandle<LinkedHashMap> &o… in Set() function in panda::ecmascript::LinkedHashMap
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_vector_stub_builder.h41 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
Dcontainers_stack_stub_builder.h42 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
Dcontainers_arraylist_stub_builder.h43 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
Dcontainers_plainarray_stub_builder.h48 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.h28 void Set(int hclassIndex, PropertyLookupResult plr) in Set() function
/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h38 inline void Set(JSHClass *jsHclass, JSTaggedValue key, int index) in Set() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h53 void Set(size_t position) in Set() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_map.cpp141 JSTaggedValue BuiltinsWeakMap::Set(EcmaRuntimeCallInfo *argv) in Set() function in panda::ecmascript::builtins::BuiltinsWeakMap
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DliteralTypeWidening.ts340 export function Set<K extends string>(...keys: K[]): Record<K, true | undefined> { function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map.cpp25 void JSAPITreeMap::Set(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTagged… in Set() function in panda::ecmascript::JSAPITreeMap
Djs_api_stack.cpp106 JSTaggedValue JSAPIStack::Set(JSThread *thread, const uint32_t index, JSTaggedValue value) in Set() function in panda::ecmascript::JSAPIStack
Djs_api_hashmap.cpp112 void JSAPIHashMap::Set(JSThread *thread, JSHandle<JSAPIHashMap> hashMap, in Set() function in panda::ecmascript::JSAPIHashMap
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js76 Set.prototype[Symbol.iterator] = iterFunc; class

123