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

  /external/chromium_org/v8/test/cctest/
test-conversions.cc 163 CHECK_EQ(8.0, StringToDouble(&uc, "8q", ALLOW_TRAILING_JUNK));
165 ALLOW_IMPLICIT_OCTAL | ALLOW_TRAILING_JUNK));
167 ALLOW_IMPLICIT_OCTAL | ALLOW_TRAILING_JUNK));
169 ALLOW_IMPLICIT_OCTAL | ALLOW_TRAILING_JUNK));
  /external/chromium_org/v8/src/
conversions.h 101 ALLOW_TRAILING_JUNK = 16
conversions-inl.h 125 bool allow_trailing_junk) {
147 if (allow_trailing_junk ||
179 if (!allow_trailing_junk &&
226 const bool allow_trailing_junk = true;
295 unicode_cache, current, end, negative, allow_trailing_junk);
298 unicode_cache, current, end, negative, allow_trailing_junk);
301 unicode_cache, current, end, negative, allow_trailing_junk);
305 unicode_cache, current, end, negative, allow_trailing_junk);
309 unicode_cache, current, end, negative, allow_trailing_junk);
334 if (!allow_trailing_junk &
    [all...]
runtime.cc     [all...]

Completed in 51 milliseconds