Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_v8.cpp111 v8::Local<v8::Boolean> CJS_V8::NewBoolean(bool b) { in NewBoolean() function in CJS_V8
Dfxjs_v8_embeddertest.cpp120 TEST_F(FXJSV8EmbedderTest, NewBoolean) { in TEST_F() argument
/external/v8/src/ast/
Dast-value-factory.cc350 const AstValue* AstValueFactory::NewBoolean(bool b) { in NewBoolean() function in v8::internal::AstValueFactory