Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_global.cpp178 const JSMethodSpec CJS_Global::MethodSpecs[] = {
181 int CJS_Global::ObjDefnID = -1;
184 void CJS_Global::setPersistent_static( in setPersistent_static()
191 void CJS_Global::queryprop_static( in queryprop_static()
198 void CJS_Global::getprop_static( in getprop_static()
205 void CJS_Global::putprop_static( in putprop_static()
213 void CJS_Global::delprop_static( in delprop_static()
220 void CJS_Global::DefineAllProperties(CFXJS_Engine* pEngine) { in DefineAllProperties()
222 ObjDefnID, CJS_Global::queryprop_static, CJS_Global::getprop_static, in DefineAllProperties()
223 CJS_Global::putprop_static, CJS_Global::delprop_static); in DefineAllProperties()
[all …]
Dcjs_global.h12 class CJS_Global : public CJS_Object {
31 explicit CJS_Global(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Global() function
32 ~CJS_Global() override {} in ~CJS_Global()
Dcjs_runtime.cpp145 CJS_Global::DefineJSObjects(this); in DefineJSObjects()