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 106 ALLOW_TRAILING_JUNK = 16
conversions-inl.h 134 bool allow_trailing_junk) {
156 if (allow_trailing_junk ||
188 if (!allow_trailing_junk &&
235 const bool allow_trailing_junk = true;
304 unicode_cache, current, end, negative, allow_trailing_junk);
307 unicode_cache, current, end, negative, allow_trailing_junk);
310 unicode_cache, current, end, negative, allow_trailing_junk);
314 unicode_cache, current, end, negative, allow_trailing_junk);
318 unicode_cache, current, end, negative, allow_trailing_junk);
343 if (!allow_trailing_junk &
    [all...]
runtime.cc     [all...]

Completed in 75 milliseconds