Searched refs:SetEndOfCaptureIndex (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/regexp/ |
H A D | regexp_executor.cpp | 275 matchResult->SetEndOfCaptureIndex(thread, i, JSTaggedValue( in GetResult() 280 matchResult->SetEndOfCaptureIndex(thread, i, JSTaggedValue( in GetResult() 286 matchResult->SetEndOfCaptureIndex(thread, i, JSTaggedValue(-1)); in GetResult()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.h | 397 void SetEndOfCaptureIndex(JSThread *thread, uint32_t index, JSTaggedValue value) in SetEndOfCaptureIndex() function in panda::ecmascript::builtins::RegExpGlobalResult
|
H A D | builtins_regexp.cpp | 2779 table->SetEndOfCaptureIndex(thread, i, JSTaggedValue(0)); in CreateGlobalResultTable()
|
Completed in 8 milliseconds