Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-value-factory.cc330 const AstValue* AstValueFactory::NewNumber(double number, bool with_dot) { in NewNumber()
Dast-value-factory.h266 explicit AstValue(double n, bool with_dot) : next_(nullptr) { in AstValue()