Searched refs:allow_trailing_junk (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | conversions-inl.h | 213 bool allow_trailing_junk) { in InternalStringToIntDouble() argument 235 if (allow_trailing_junk || in InternalStringToIntDouble() 267 if (!allow_trailing_junk && in InternalStringToIntDouble() 314 const bool allow_trailing_junk = true; in InternalStringToInt() local 383 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 386 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 389 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 393 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 397 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 422 if (!allow_trailing_junk && in InternalStringToInt() [all …]
|