Searched defs:NewBoolean (Results 1 – 3 of 3) sorted by relevance
| /external/pdfium/fxjs/ | ||
| D | cjs_v8.cpp | 111 v8::Local<v8::Boolean> CJS_V8::NewBoolean(bool b) { in NewBoolean() function in CJS_V8 |
| D | fxjs_v8_embeddertest.cpp | 120 TEST_F(FXJSV8EmbedderTest, NewBoolean) { in TEST_F() argument |
| /external/v8/src/ast/ | ||
| D | ast-value-factory.cc | 350 const AstValue* AstValueFactory::NewBoolean(bool b) { in NewBoolean() function in v8::internal::AstValueFactory |