Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjs_v8_embeddertest.cpp106 TEST_F(FXJSV8EmbedderTest, NewBoolean) { in TEST_F() argument
Dfxjs_v8.cpp664 v8::Local<v8::Value> CFXJS_Engine::NewBoolean(bool b) { in NewBoolean() function in CFXJS_Engine
/external/v8/src/ast/
Dast-value-factory.cc348 const AstValue* AstValueFactory::NewBoolean(bool b) { in NewBoolean() function in v8::internal::AstValueFactory