Home
last modified time | relevance | path

Searched refs:JS_NewBoolean (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h115 v8::Handle<v8::Value> JS_NewBoolean(IJS_Runtime* pJSRuntime,bool b);
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp164 m_pValue = JS_NewBoolean(m_isolate, bValue); in operator =()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp655 v8::Handle<v8::Value> JS_NewBoolean(IJS_Runtime* pJSRuntime,bool b) in JS_NewBoolean() function