HomeSort by relevance Sort by last modified time
    Searched refs:kNothingToRepeat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/cctest/
test-regexp.cc 417 const char* kNothingToRepeat = "Nothing to repeat";
418 ExpectError("*", kNothingToRepeat);
419 ExpectError("?", kNothingToRepeat);
420 ExpectError("+", kNothingToRepeat);
421 ExpectError("{1}", kNothingToRepeat);
422 ExpectError("{1,2}", kNothingToRepeat);
423 ExpectError("{1,}", kNothingToRepeat);
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 410 const char* kNothingToRepeat = "Nothing to repeat";
411 ExpectError("*", kNothingToRepeat);
412 ExpectError("?", kNothingToRepeat);
413 ExpectError("+", kNothingToRepeat);
414 ExpectError("{1}", kNothingToRepeat);
415 ExpectError("{1,2}", kNothingToRepeat);
416 ExpectError("{1,}", kNothingToRepeat);
    [all...]

Completed in 173 milliseconds