Searched defs:NewBoolean (Results 1 – 3 of 3) sorted by relevance
| /external/pdfium/fxjs/ | ||
| D | fxjs_v8_embeddertest.cpp | 106 TEST_F(FXJSV8EmbedderTest, NewBoolean) { in TEST_F() argument |
| D | fxjs_v8.cpp | 664 v8::Local<v8::Value> CFXJS_Engine::NewBoolean(bool b) { in NewBoolean() function in CFXJS_Engine |
| /external/v8/src/ast/ | ||
| D | ast-value-factory.cc | 348 const AstValue* AstValueFactory::NewBoolean(bool b) { in NewBoolean() function in v8::internal::AstValueFactory |