Searched refs:NewBoolean (Results 1 – 3 of 3) sorted by relevance
314 const AstValue* NewBoolean(bool b);
332 const AstValue* AstValueFactory::NewBoolean(bool b) { in NewBoolean() function in v8::internal::AstValueFactory
3295 Literal(zone_, ast_value_factory_->NewBoolean(b), pos, id_gen_); in NewBooleanLiteral()