Searched defs:allow_trailing_junk (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dconversions-inl.h206 bool allow_trailing_junk) {
228 if (allow_trailing_junk ||
260 if (!allow_trailing_junk &&
307 const bool allow_trailing_junk = true;
376 unicode_cache, current, end, negative, allow_trailing_junk);
379 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);
390 unicode_cache, current, end, negative, allow_trailing_junk);
415 if (!allow_trailing_junk
202 InternalStringToIntDouble(UnicodeCache* unicode_cache, Iterator current, EndMark end, bool negative, bool allow_trailing_junk) argument
[all...]

Completed in 80 milliseconds