Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_global.cpp126 CJS_Global::JSGlobalData::JSGlobalData() = default;
128 CJS_Global::JSGlobalData::~JSGlobalData() = default;
130 const JSMethodSpec CJS_Global::MethodSpecs[] = {
133 int CJS_Global::ObjDefnID = -1;
136 void CJS_Global::setPersistent_static( in setPersistent_static()
138 JSMethod<CJS_Global, &CJS_Global::setPersistent>("setPersistent", "global", in setPersistent_static()
143 void CJS_Global::queryprop_static( in queryprop_static()
147 JSSpecialPropQuery<CJS_Global>( in queryprop_static()
155 void CJS_Global::getprop_static( in getprop_static()
159 JSSpecialPropGet<CJS_Global>( in getprop_static()
[all …]
Dcjs_global.h20 class CJS_Global final : public CJS_Object {
40 CJS_Global(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
41 ~CJS_Global() override;
Dcjs_runtime.cpp108 CJS_Global::DefineJSObjects(this); in DefineJSObjects()