Home
last modified time | relevance | path

Searched defs:capturesList (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1107 JSHandle<TaggedArray> capturesList = factory->EmptyArray(); in Replace() local
1232 JSHandle<TaggedArray> capturesList = factory->NewTaggedArray(0); in ReplaceAll() local
Dbuiltins_regexp.cpp1209 JSHandle<TaggedArray> capturesList = factory->NewTaggedArray(ncaptures); in ReplaceInternal() local