Searched refs:NewNull (Results 1 – 3 of 3) sorted by relevance
316 const AstValue* NewNull();
353 const AstValue* AstValueFactory::NewNull() { in NewNull() function in v8::internal::AstValueFactory
3308 new (zone_) Literal(zone_, ast_value_factory_->NewNull(), pos, id_gen_); in NewNullLiteral()