Home
last modified time | relevance | path

Searched refs:next_source_position (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc1608 uint32_t next_source_position = 0; in RUNTIME_FUNCTION() local
1682 if (position >= next_source_position) { in RUNTIME_FUNCTION()
1684 factory->NewSubString(string, next_source_position, position)); in RUNTIME_FUNCTION()
1687 next_source_position = position + match_length; in RUNTIME_FUNCTION()
1691 if (next_source_position < length) { in RUNTIME_FUNCTION()
1693 factory->NewSubString(string, next_source_position, length)); in RUNTIME_FUNCTION()