Home
last modified time | relevance | path

Searched defs:lastIndex (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/regexpmaxindex/
Dregexpmaxindex.js17 function testAdvanceStringIndex(lastIndex, expectedLastIndex) { argument
23 get lastIndex() { return lastIndex; }, getter
24 set lastIndex(value) { last_last_index = value }, setter
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp94 …uint32_t lastIndex = static_cast<uint32_t>(BuiltinsRegExp::GetLastIndex(thread, regexp, isFastPath… in Next() local
Decma_vm.cpp1039 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size()) - 1; in ExpandHandleStorage() local
1069 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size()) - 1; in ShrinkHandleStorage() local
1177 int32_t lastIndex = static_cast<int32_t>(primitiveStorageNodes_.size()) - 1; in ExpandPrimitiveStorage() local
1197 int32_t lastIndex = static_cast<int32_t>(primitiveStorageNodes_.size()) - 1; in ShrinkPrimitiveStorage() local
Dtagged_list.cpp175 int lastIndex = -1; in FindLastIndexByElement() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp216 …JSTaggedValue lastIndex = JSObject::Cast(regexp)->GetPropertyInlinedProps(thread, LAST_INDEX_OFFSE… in IsFastRegExp() local
260 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, true)); in RegExpTestFast() local
639 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpMatch() local
673 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpMatch() local
736 int64_t lastIndex = GetLastIndex(thread, regexp, isFastPath); in RegExpMatch() local
860 uint32_t lastIndex = 0; in RegExpReplaceFast() local
902 uint32_t &lastIndex) in GetLastIndex()
945 uint32_t lastIndex, uint32_t inputLength, in MatchAndReplace()
1608 uint32_t lastIndex = static_cast<uint32_t>(std::min( in RegExpSplit() local
1851 JSHandle<EcmaString> inputString, int32_t lastIndex) in RegExpExecInternal()
[all …]
Dbuiltins_string.cpp1040 … uint32_t lastIndex = static_cast<uint32_t>(BuiltinsRegExp::GetLastIndex(thread, searchTag, true)); in Replace() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp_8.cpp60 const auto lastIndex = resultCount * PCRE2_MATCH_DATA_UNIT_WIDTH; in Execute() local
Dregexp_16.cpp60 const auto lastIndex = resultCount * PCRE2_MATCH_DATA_UNIT_WIDTH; in Execute() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp21 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *bu… in Execute()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp206 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local
225 uint32_t lastIndex = deque->GetLast(); in OwnEnumKeys() local
Djs_api_bitvector.cpp52 uint32_t lastIndex = static_cast<uint32_t>(bitVector->GetLength() - 1); in Pop() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp24 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *bu… in Execute()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_vector.h463 size_t PopCount(size_t lastIndex) const in PopCount()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp293 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local
333 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsreflect.js603 get lastIndex() { getter
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp119 EtsInt lastIndex; member
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp298 int lastIndex = in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp3368 int32_t lastIndex = -1; in LoadStoreRegistersMainLoop() local