Home
last modified time | relevance | path

Searched defs:lastIndex (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp369 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
Dtagged_list.cpp168 int lastIndex = -1; in FindLastIndexByElement() local
/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()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp478 …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/
Dts_type_parser.cpp388 … 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/
Djs_api_deque.cpp212 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp333 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local
391 int lastIndex = lastIndexObj->GetInt(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp321 int lastIndex = in HWTEST_F_L0() local