Home
last modified time | relevance | path

Searched defs:with_dot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dast-value-factory.cc296 const AstValue* AstValueFactory::NewNumber(double number, bool with_dot) { in NewNumber()
Dast-value-factory.h204 explicit AstValue(double n, bool with_dot) { in AstValue()
/external/v8/test/cctest/
Dtest-parsing.cc1100 static void CheckParsesToNumber(const char* source, bool with_dot) { in CheckParsesToNumber()