Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjs_v8_embeddertest.cpp92 TEST_F(FXJSV8EmbedderTest, NewNull) { in TEST_F() argument
Dfxjs_v8.cpp679 v8::Local<v8::Value> CFXJS_Engine::NewNull() { in NewNull() function in CFXJS_Engine
/external/v8/src/ast/
Dast-value-factory.cc357 const AstValue* AstValueFactory::NewNull() { in NewNull() function in v8::internal::AstValueFactory