OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cjs_console
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/javascript/
console.cpp
17
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)
console.h
38
class
CJS_Console
: public CJS_Object {
40
explicit
CJS_Console
(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
41
~
CJS_Console
() override {}
cjs_runtime.cpp
126
CJS_Console
::DefineJSObjects(this, FXJSOBJTYPE_STATIC);
Completed in 163 milliseconds