Home
last modified time | relevance | path

Searched refs:lastIndex (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DconstructorOverloads5.ts36 lastIndex: boolean;
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp491 …JSTaggedValue lastIndex = ObjectFastOperator::FastGetPropertyByValue(thread, thisObj.GetTaggedValu… in Match() local
493 JSHandle<JSTaggedValue> lastIndexHandle(thread, lastIndex); in Match()
600 uint32_t lastIndex = 0; in RegExpReplaceFast() local
604 lastIndex = 0; in RegExpReplaceFast()
610 lastIndex = static_cast<uint32_t>(thisIndex.GetInt()); in RegExpReplaceFast()
613 lastIndex = JSTaggedValue::ToLength(thread, thisIndexHandle).GetNumber(); in RegExpReplaceFast()
651 if (lastIndex > inputLength) { in RegExpReplaceFast()
659 …tor::MatchResult matchResult = Matcher(thread, regexp, strBuffer, inputLength, lastIndex, isUtf16); in RegExpReplaceFast()
662 lastIndex = 0; in RegExpReplaceFast()
671 lastIndex = endIndex; in RegExpReplaceFast()
[all …]
Dbuiltins_regexp.h143 … CacheType type, uint32_t lastIndex, JSTaggedValue extend = JSTaggedValue::Undefined());
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h140 void EnumerateTypeOffsets(const uint32_t lastIndex, const Callback &callback) in EnumerateTypeOffsets() argument
142 ASSERT(lastIndex < typeOffsets_.size()); in EnumerateTypeOffsets()
143 for (uint32_t i = 0; i <= lastIndex; i++) { in EnumerateTypeOffsets()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp210 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local
212 …ead->GetEcmaVM()->GetFactory()->CopyDeque(oldElements, newCapacity, length, firstIndex, lastIndex); in OwnKeys()
229 uint32_t lastIndex = deque->GetLast(); in OwnEnumKeys() local
231 …ead->GetEcmaVM()->GetFactory()->CopyDeque(oldElements, newCapacity, length, firstIndex, lastIndex); in OwnEnumKeys()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp706 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size() - 1); in ExpandHandleStorage() local
707 if (currentHandleStorageIndex_ == lastIndex) { in ExpandHandleStorage()
726 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size() - 1); in ShrinkHandleStorage() local
733 for (int32_t i = currentHandleStorageIndex_ + 1; i < lastIndex; i++) { in ShrinkHandleStorage()
744 … if (lastIndex > MIN_HANDLE_STORAGE_SIZE && currentHandleStorageIndex_ < MIN_HANDLE_STORAGE_SIZE) { in ShrinkHandleStorage()
745 for (int i = MIN_HANDLE_STORAGE_SIZE; i < lastIndex; i++) { in ShrinkHandleStorage()
Dtagged_list.cpp167 int lastIndex = -1; in FindLastIndexByElement() local
172 lastIndex = nodeSum; in FindLastIndexByElement()
177 return lastIndex; in FindLastIndexByElement()
Dglobal_env_constants.h387 …V(JSTaggedValue, LastIndexString, LAST_INDEX_INDEX, lastIndex) …
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp27 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *bu… in Execute() argument
58 SetCurrentPtr(input + lastIndex * (isWideChar ? WIDE_CHAR_SIZE : CHAR_SIZE)); in Execute()
Dregexp_executor.h62 …bool Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *buf, bool isWideC…
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp333 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local
334 ASSERT_TRUE(lastIndex == 25); in HWTEST_F_L0()
391 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local
392 ASSERT_TRUE(lastIndex == 3); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp321 int lastIndex = in HWTEST_F_L0() local
323 EXPECT_EQ(lastIndex, 99 + 1); in HWTEST_F_L0()
/arkcompiler/ets_frontend/test262/
DCI_tests.txt2794 language/statements/class/subclass/builtin-objects/RegExp/lastIndex.js
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js8619 n.lastIndex = e;
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …tion(t){for(var n=/import|require/g;null!==n.exec(t.text);){var i=_(t,n.lastIndex);a&&e.isRequireC…