Searched refs:with_dot (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ast/
H A Dast-value-factory.h266 explicit AstValue(double n, bool with_dot) : next_(nullptr) { argument
269 type_ = with_dot ? SMI_WITH_DOT : SMI;
272 type_ = with_dot ? NUMBER_WITH_DOT : NUMBER;
452 bool with_dot = false);
H A Dast-value-factory.cc330 const AstValue* AstValueFactory::NewNumber(double number, bool with_dot) { argument
331 AstValue* value = new (zone_) AstValue(number, with_dot);
H A Dast.h3314 Literal* NewNumberLiteral(double number, int pos, bool with_dot = false) {
3316 Literal(ast_value_factory_->NewNumber(number, with_dot), pos);
/external/jsoncpp/
H A Ddoxybuild.py80 options.with_dot = True
102 '%HAVE_DOT%': yesno(options.with_dot),
148 parser.add_option('--with-dot', dest="with_dot", action='store_true', default=False,

Completed in 316 milliseconds