Searched refs:next_source_position (Results 1 – 1 of 1) sorted by relevance
1803 uint32_t next_source_position = 0; in RUNTIME_FUNCTION() local1902 if (position >= next_source_position) { in RUNTIME_FUNCTION()1904 factory->NewSubString(string, next_source_position, position)); in RUNTIME_FUNCTION()1907 next_source_position = position + match_length; in RUNTIME_FUNCTION()1911 if (next_source_position < length) { in RUNTIME_FUNCTION()1913 factory->NewSubString(string, next_source_position, length)); in RUNTIME_FUNCTION()