Home
last modified time | relevance | path

Searched refs:NewNull (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dast-value-factory.h316 const AstValue* NewNull();
Dast-value-factory.cc353 const AstValue* AstValueFactory::NewNull() { in NewNull() function in v8::internal::AstValueFactory
Dast.h3308 new (zone_) Literal(zone_, ast_value_factory_->NewNull(), pos, id_gen_); in NewNullLiteral()