Searched refs:missing_match (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc975 Label missing_match; local
976 m.CheckNotBackReference(0, &missing_match);
979 m.Bind(&missing_match);
1024 Label missing_match; local
1025 m.CheckNotBackReference(0, &missing_match);
1028 m.Bind(&missing_match);
/external/v8/test/cctest/
H A Dtest-regexp.cc931 Label missing_match; local
932 m.CheckNotBackReference(0, &missing_match);
935 m.Bind(&missing_match);
978 Label missing_match; local
979 m.CheckNotBackReference(0, &missing_match);
982 m.Bind(&missing_match);

Completed in 30 milliseconds