Home
last modified time | relevance | path

Searched refs:ALLOW_TRAILING_JUNK (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dconversions.h104 ALLOW_TRAILING_JUNK = 16 enumerator
Dconversions-inl.h568 const bool allow_trailing_junk = (flags & ALLOW_TRAILING_JUNK) != 0; in InternalStringToDouble()
/external/v8/src/runtime/
Druntime-numbers.cc80 StringToDouble(isolate->unicode_cache(), subject, ALLOW_TRAILING_JUNK, in RUNTIME_FUNCTION()