Searched refs:JSGlobalAlternate (Results 1 – 2 of 2) sorted by relevance
88 IMPLEMENT_SPECIAL_JS_CLASS(CJS_Global, JSGlobalAlternate, global);92 JSGlobalAlternate* pGlobal = in InitInstance()93 static_cast<JSGlobalAlternate*>(GetEmbedObject()); in InitInstance()97 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject) in JSGlobalAlternate() function in JSGlobalAlternate101 JSGlobalAlternate::~JSGlobalAlternate() { in ~JSGlobalAlternate()106 void JSGlobalAlternate::Initial(CPDFDoc_Environment* pApp) { in Initial()112 FX_BOOL JSGlobalAlternate::QueryProperty(const FX_WCHAR* propname) { in QueryProperty()116 FX_BOOL JSGlobalAlternate::DelProperty(IJS_Context* cc, in DelProperty()127 FX_BOOL JSGlobalAlternate::DoProperty(IJS_Context* cc, in DoProperty()206 FX_BOOL JSGlobalAlternate::setPersistent(IJS_Context* cc, in setPersistent()[all …]
38 class JSGlobalAlternate : public CJS_EmbedObj {40 JSGlobalAlternate(CJS_Object* pJSObject);41 ~JSGlobalAlternate() override;88 JS_SPECIAL_STATIC_METHOD(setPersistent, JSGlobalAlternate, global);