| /arkcompiler/ets_runtime/test/moduletest/regexpmaxindex/ |
| D | regexpmaxindex.js | 17 function testAdvanceStringIndex(lastIndex, expectedLastIndex) { argument 23 get lastIndex() { return lastIndex; }, getter 24 set lastIndex(value) { last_last_index = value }, setter
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_regexp_iterator.cpp | 94 …uint32_t lastIndex = static_cast<uint32_t>(BuiltinsRegExp::GetLastIndex(thread, regexp, isFastPath… in Next() local
|
| D | ecma_vm.cpp | 1039 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
|
| D | tagged_list.cpp | 175 int lastIndex = -1; in FindLastIndexByElement() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 216 …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 …]
|
| D | builtins_string.cpp | 1040 … uint32_t lastIndex = static_cast<uint32_t>(BuiltinsRegExp::GetLastIndex(thread, searchTag, true)); in Replace() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/ |
| D | regexp_8.cpp | 60 const auto lastIndex = resultCount * PCRE2_MATCH_DATA_UNIT_WIDTH; in Execute() local
|
| D | regexp_16.cpp | 60 const auto lastIndex = resultCount * PCRE2_MATCH_DATA_UNIT_WIDTH; in Execute() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.cpp | 21 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *bu… in Execute()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_deque.cpp | 206 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local 225 uint32_t lastIndex = deque->GetLast(); in OwnEnumKeys() local
|
| D | js_api_bitvector.cpp | 52 uint32_t lastIndex = static_cast<uint32_t>(bitVector->GetLength() - 1); in Pop() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.cpp | 24 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/ |
| D | bit_vector.h | 463 size_t PopCount(size_t lastIndex) const in PopCount()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 293 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/ |
| D | builtinsreflect.js | 603 get lastIndex() { getter
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 119 EtsInt lastIndex; member
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_arraylist_test.cpp | 298 int lastIndex = in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 3368 int32_t lastIndex = -1; in LoadStoreRegistersMainLoop() local
|