Home
last modified time | relevance | path

Searched defs:nextValue (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dgenerator_helper.cpp31 JSHandle<JSTaggedValue> nextValue(thread, next); in Next() local
Djs_list_format.cpp246 JSHandle<JSTaggedValue> nextValue(JSIterator::IteratorValue(thread, next)); in StringListFromIterable() local
Djs_tagged_value.cpp280 uint32_t nextValue = upper_half != 0 ? upper_half : value; in CountLeadingZeros() local
Djs_object.cpp148 JSHandle<JSTaggedValue> nextValue(JSIterator::IteratorValue(thread, next)); in IterableToList() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_set.cpp83 JSHandle<JSTaggedValue> nextValue(JSIterator::IteratorValue(thread, next)); in WeakSetConstructor() local
Dbuiltins_set.cpp81 JSHandle<JSTaggedValue> nextValue(JSIterator::IteratorValue(thread, next)); in SetConstructor() local
Dbuiltins_map.cpp287 JSHandle<JSTaggedValue> nextValue(JSIterator::IteratorValue(thread, next)); in AddEntriesFromIterable() local
Dbuiltins_promise.cpp609 JSHandle<JSTaggedValue> nextValue = JSIterator::IteratorValue(thread, next); in PerformPromiseRace() local
Dbuiltins_typedarray.cpp219 JSHandle<JSTaggedValue> nextValue = JSIterator::IteratorValue(thread, next); in From() local
Dbuiltins_array.cpp237 JSHandle<JSTaggedValue> nextValue = JSIterator::IteratorValue(thread, next); in From() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp141 JSHandle<JSTaggedValue> nextValue = JSIterator::IteratorValue(thread, next); in CreateFromOrdinaryObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp458 GateRef stateMerge, GateRef currentValue, GateRef nextValue, size_t index) in MergeValue()