Home
last modified time | relevance | path

Searched defs:lastIndex (Results 1 – 13 of 13) 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/js_api/
Djs_api_deque.cpp210 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local
229 uint32_t lastIndex = deque->GetLast(); in OwnEnumKeys() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp28 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *bu… in Execute()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h140 void EnumerateTypeOffsets(const uint32_t lastIndex, const Callback &callback) in EnumerateTypeOffsets()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp644 …JSTaggedValue lastIndex = ObjectFastOperator::FastGetPropertyByValue(thread, thisObj.GetTaggedValu… in Match() local
754 uint32_t lastIndex = 0; in RegExpReplaceFast() local
898 JSHandle<JSTaggedValue> lastIndex = globalConst->GetHandledLastIndexString(); in ReplaceInternal() local
1460 uint32_t lastIndex = lastIndexNumber.GetNumber(); in Split() local
1668 JSHandle<EcmaString> &inputString, int32_t lastIndex) in RegExpExecInternal()
1693 const uint8_t *buffer, size_t length, int32_t lastIndex, in Matcher()
1858 int32_t lastIndex = 0; in RegExpBuiltinExec() local
2086 int32_t lastIndex = 0; in RegExpExecForTestFast() local
2506 … uint32_t lastIndexInput, uint32_t lastIndex, JSTaggedValue extend, in AddResultInCache()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp244 …Result Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt lastIndex, in Execute()
391 …auto lastIndex = static_cast<int32_t>(regexp.GetPtr()->GetFieldPrimitive<EtsDouble>(lastIndexField… in EscompatRegExpExec() 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/ets_runtime/ecmascript/
Decma_context.cpp841 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size() - 1); in ExpandHandleStorage() local
861 int32_t lastIndex = static_cast<int32_t>(handleStorageNodes_.size() - 1); in ShrinkHandleStorage() local
Dtagged_list.cpp181 int lastIndex = -1; in FindLastIndexByElement() 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.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
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2646 int32_t lastIndex = -1; in LoadStoreRegistersMainLoop() local