Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dconsole.cpp17 JSConstSpec CJS_Console::ConstSpecs[] = {{0, JSConstSpec::Number, 0, 0}};
19 JSPropertySpec CJS_Console::PropertySpecs[] = {{0, 0, 0}};
21 JSMethodSpec CJS_Console::MethodSpecs[] = {{"clear", clear_static},
27 IMPLEMENT_JS_CLASS(CJS_Console, console) in IMPLEMENT_JS_CLASS() argument
Dconsole.h38 class CJS_Console : public CJS_Object {
40 explicit CJS_Console(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Console() function
41 ~CJS_Console() override {} in ~CJS_Console()
Dcjs_runtime.cpp126 CJS_Console::DefineJSObjects(this, FXJSOBJTYPE_STATIC); in DefineJSObjects()