/arkcompiler/ets_runtime/test/moduletest/regexpmaxindex/ |
D | regexpmaxindex.js | 17 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/ |
D | js_api_deque.cpp | 210 uint32_t lastIndex = deque->GetLast(); in OwnKeys() local 229 uint32_t lastIndex = deque->GetLast(); in OwnEnumKeys() local
|
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_executor.cpp | 28 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *bu… in Execute()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | type_literal_extractor.h | 140 void EnumerateTypeOffsets(const uint32_t lastIndex, const Callback &callback) in EnumerateTypeOffsets()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 644 …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/ |
D | escompat_RegExp.cpp | 244 …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/ |
D | regexp_executor.cpp | 24 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *bu… in Execute()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_context.cpp | 841 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
|
D | tagged_list.cpp | 181 int lastIndex = -1; in FindLastIndexByElement() local
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | bit_vector.h | 452 size_t PopCount(size_t lastIndex) const in PopCount()
|
/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
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
D | encode.cpp | 2646 int32_t lastIndex = -1; in LoadStoreRegistersMainLoop() local
|