Searched refs:allow_trailing_junk (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | conversions.cc | 141 bool allow_trailing_junk) { in InternalStringToIntDouble() argument 163 if (allow_trailing_junk || in InternalStringToIntDouble() 195 if (!allow_trailing_junk && in InternalStringToIntDouble() 244 const bool allow_trailing_junk = true; in InternalStringToInt() local 315 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 318 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 321 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 325 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 329 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt() 354 if (!allow_trailing_junk && in InternalStringToInt() [all …]
|