parsePositiveInt  812 libcore/as_value.cpp         d = parsePositiveInt(s.substr(start), BASE_HEX, whole);
parsePositiveInt  824 libcore/as_value.cpp         d = parsePositiveInt(s.substr(start), BASE_OCT, whole);