Searched refs:ALLOW_TRAILING_JUNK (Results 1 – 4 of 4) sorted by relevance
163 CHECK_EQ(8.0, StringToDouble(&uc, "8q", ALLOW_TRAILING_JUNK)); in TEST()165 ALLOW_IMPLICIT_OCTAL | ALLOW_TRAILING_JUNK)); in TEST()167 ALLOW_IMPLICIT_OCTAL | ALLOW_TRAILING_JUNK)); in TEST()169 ALLOW_IMPLICIT_OCTAL | ALLOW_TRAILING_JUNK)); in TEST()
103 ALLOW_TRAILING_JUNK = 16 enumerator
509 const bool allow_trailing_junk = (flags & ALLOW_TRAILING_JUNK) != 0; in InternalStringToDouble()
152 StringToDouble(isolate->unicode_cache(), subject, ALLOW_TRAILING_JUNK, in RUNTIME_FUNCTION()