Home
last modified time | relevance | path

Searched defs:lastIndex (Results 1 – 15 of 15) 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_context.cpp1008 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
Dtagged_list.cpp175 int lastIndex = -1; in FindLastIndexByElement() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp215 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 …]
Dbuiltins_string.cpp1029 … uint32_t lastIndex = static_cast<uint32_t>(BuiltinsRegExp::GetLastIndex(thread, searchTag, true)); in Replace() 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.cpp208 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local
227 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/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp266 …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/
Dbit_vector.h452 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/ecmascript/tests/
Djs_api_arraylist_test.cpp297 int lastIndex = in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp3294 int32_t lastIndex = -1; in LoadStoreRegistersMainLoop() local