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

  /external/v8/src/
conversions.h 103 ALLOW_TRAILING_JUNK = 16
conversions-inl.h 202 bool allow_trailing_junk) {
224 if (allow_trailing_junk ||
256 if (!allow_trailing_junk &&
303 const bool allow_trailing_junk = true;
372 unicode_cache, current, end, negative, allow_trailing_junk);
375 unicode_cache, current, end, negative, allow_trailing_junk);
378 unicode_cache, current, end, negative, allow_trailing_junk);
382 unicode_cache, current, end, negative, allow_trailing_junk);
386 unicode_cache, current, end, negative, allow_trailing_junk);
411 if (!allow_trailing_junk &
    [all...]
  /external/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/v8/src/runtime/
runtime-numbers.cc 152 StringToDouble(isolate->unicode_cache(), subject, ALLOW_TRAILING_JUNK,

Completed in 54 milliseconds