Searched defs:lastIndex (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.cpp | 369 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size() - 1); in ExpandHandleStorage() local 389 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size() - 1); in ShrinkHandleStorage() local
|
| D | tagged_list.cpp | 168 int lastIndex = -1; in FindLastIndexByElement() local
|
| /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()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 478 …JSTaggedValue lastIndex = ObjectFastOperator::FastGetPropertyByValue(thread, thisObj.GetTaggedValu… in Match() local 585 uint32_t lastIndex = 0; in RegExpReplaceFast() local 721 JSHandle<JSTaggedValue> lastIndex = globalConst->GetHandledLastIndexString(); in Replace() local 1217 uint32_t lastIndex = lastIndexNumber.GetNumber(); in Split() local 1304 … const uint8_t *buffer, size_t length, int32_t lastIndex, in Matcher() 1388 int32_t lastIndex = 0; in RegExpBuiltinExec() local 1882 uint32_t lastIndex, JSTaggedValue extend) in AddResultInCache()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 388 … uint32_t startIndex, uint32_t lastIndex, uint32_t &index, bool isField) in FillPropertyTypes() 409 … uint32_t startIndex, uint32_t lastIndex, uint32_t &index) in FillInterfaceMethodTypes()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_deque.cpp | 212 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 333 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local 391 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_arraylist_test.cpp | 321 int lastIndex = in HWTEST_F_L0() local
|