Searched refs:JSGlobalAlternate (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_global.cpp | 139 class JSGlobalAlternate : public CJS_EmbedObj { class 141 explicit JSGlobalAlternate(CJS_Object* pJSObject); 142 ~JSGlobalAlternate() override; 186 JSMethod<JSGlobalAlternate, &JSGlobalAlternate::setPersistent>( in setPersistent_static() 194 JSSpecialPropQuery<JSGlobalAlternate>("global", property, info); in queryprop_static() 201 JSSpecialPropGet<JSGlobalAlternate>("global", property, info); in getprop_static() 209 JSSpecialPropPut<JSGlobalAlternate>("global", property, value, info); in putprop_static() 216 JSSpecialPropDel<JSGlobalAlternate>("global", property, info); in delprop_static() 229 JSConstructor<CJS_Global, JSGlobalAlternate>, in DefineJSObjects() 237 JSGlobalAlternate* pGlobal = in InitInstance() [all …]
|