/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | constructorOverloads5.ts | 36 lastIndex: boolean;
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 491 …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 …]
|
D | builtins_regexp.h | 143 … CacheType type, uint32_t lastIndex, JSTaggedValue extend = JSTaggedValue::Undefined());
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | type_literal_extractor.h | 140 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/ |
D | js_api_deque.cpp | 210 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/ |
D | ecma_context.cpp | 706 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()
|
D | tagged_list.cpp | 167 int lastIndex = -1; in FindLastIndexByElement() local 172 lastIndex = nodeSum; in FindLastIndexByElement() 177 return lastIndex; in FindLastIndexByElement()
|
D | global_env_constants.h | 387 …V(JSTaggedValue, LastIndexString, LAST_INDEX_INDEX, lastIndex) …
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_executor.cpp | 27 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()
|
D | regexp_executor.h | 62 …bool Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *buf, bool isWideC…
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 333 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/ |
D | js_api_arraylist_test.cpp | 321 int lastIndex = in HWTEST_F_L0() local 323 EXPECT_EQ(lastIndex, 99 + 1); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/test262/ |
D | CI_tests.txt | 2794 language/statements/class/subclass/builtin-objects/RegExp/lastIndex.js
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 8619 n.lastIndex = e;
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …tion(t){for(var n=/import|require/g;null!==n.exec(t.text);){var i=_(t,n.lastIndex);a&&e.isRequireC…
|