Searched refs:CJS_Console (Results 1 – 3 of 3) sorted by relevance
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) in IMPLEMENT_JS_CLASS() argument
38 class CJS_Console : public CJS_Object {40 explicit CJS_Console(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Console() function41 ~CJS_Console() override {} in ~CJS_Console()
126 CJS_Console::DefineJSObjects(this, FXJSOBJTYPE_STATIC); in DefineJSObjects()