Searched refs:SetStartOfCaptureIndex (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/regexp/ |
H A D | regexp_executor.cpp | 273 matchResult->SetStartOfCaptureIndex(thread, i, JSTaggedValue( in GetResult() 278 matchResult->SetStartOfCaptureIndex(thread, i, JSTaggedValue( in GetResult() 285 matchResult->SetStartOfCaptureIndex(thread, i, JSTaggedValue(0)); in GetResult()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.h | 392 void SetStartOfCaptureIndex(JSThread *thread, uint32_t index, JSTaggedValue value) in SetStartOfCaptureIndex() function in panda::ecmascript::builtins::RegExpGlobalResult
|
H A D | builtins_regexp.cpp | 2778 table->SetStartOfCaptureIndex(thread, i, JSTaggedValue(0)); in CreateGlobalResultTable()
|
Completed in 12 milliseconds