Home
last modified time | relevance | path

Searched defs:nextIndex (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp96 uint32_t nextIndex = static_cast<uint32_t>( in Next() local
Dtagged_list.cpp173 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindLastIndexByElement() local
192 int nextIndex = GetElement(dataIndex + NEXT_PTR_OFFSET).GetInt(); in FindDataIndexByNodeIndex() local
209 int nextIndex = ELEMENTS_START_INDEX; in MapNodeIndexToDataIndex() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp277 size_t nextIndex = 0; // index of "(". in ParseStackInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp91 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
109 auto nextIndex = bcIndex + 1; // 1: next pc in CollectRegionInfo() local
Dcircuit_builder.cpp690 void CircuitBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
Dstub_builder-inl.h1793 inline void StubBuilder::SetNextIndexOfArrayIterator(GateRef glue, GateRef iter, GateRef nextIndex) in SetNextIndexOfArrayIterator()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp726 … JSTaggedValue nextIndex = JSTaggedValue(AdvanceStringIndex(string, lastIndex, fullUnicode)); in RegExpMatch() local
1138 … uint32_t nextIndex = static_cast<uint32_t>(AdvanceStringIndex(inputStr, thisIndex, fullUnicode)); in ReplaceInternal() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js59005 nextIndex: -1, property