| /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_context.cpp | 1008 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size()) - 1; in ExpandHandleStorage() local 1028 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size()) - 1; in ShrinkHandleStorage() local 1060 int32_t lastIndex = static_cast<int32_t>(primitiveStorageNodes_.size()) - 1; in ExpandPrimitiveStorage() local 1080 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 | 215 JSTaggedValue lastIndex = JSObject::Cast(regexp)->GetPropertyInlinedProps(LAST_INDEX_OFFSET); in IsFastRegExp() local 259 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, true)); in RegExpTestFast() local 629 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpMatch() local 656 uint32_t lastIndex = static_cast<uint32_t>(GetLastIndex(thread, regexp, isFastPath)); in RegExpMatch() local 719 int64_t lastIndex = GetLastIndex(thread, regexp, isFastPath); in RegExpMatch() local 843 uint32_t lastIndex = 0; in RegExpReplaceFast() local 877 uint32_t &lastIndex) in GetLastIndex() 920 uint32_t lastIndex, uint32_t inputLength, in MatchAndReplace() 1557 uint32_t lastIndex = lastIndexNumber.GetNumber(); in RegExpSplit() local 1789 JSHandle<EcmaString> inputString, int32_t lastIndex) in RegExpExecInternal() [all …]
|
| D | builtins_string.cpp | 1029 … uint32_t lastIndex = static_cast<uint32_t>(BuiltinsRegExp::GetLastIndex(thread, searchTag, true)); in Replace() 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 | 208 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local 227 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/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 266 …Result Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt lastIndex, in Execute() 412 …auto lastIndex = static_cast<int32_t>(regexp.GetPtr()->GetFieldPrimitive<EtsDouble>(lastIndexField… in EscompatRegExpExec() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_vector.h | 452 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/ecmascript/tests/ |
| D | js_api_arraylist_test.cpp | 297 int lastIndex = in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 3294 int32_t lastIndex = -1; in LoadStoreRegistersMainLoop() local
|