Home
last modified time | relevance | path

Searched refs:SetStartOfCaptureIndex (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.cpp273 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 Dbuiltins_regexp.h392 void SetStartOfCaptureIndex(JSThread *thread, uint32_t index, JSTaggedValue value) in SetStartOfCaptureIndex() function in panda::ecmascript::builtins::RegExpGlobalResult
H A Dbuiltins_regexp.cpp2778 table->SetStartOfCaptureIndex(thread, i, JSTaggedValue(0)); in CreateGlobalResultTable()

Completed in 12 milliseconds