Searched refs:JSGlobalAlternate (Results 1 – 2 of 2) sorted by relevance
28 IMPLEMENT_SPECIAL_JS_CLASS(CJS_Global, JSGlobalAlternate, global);32 JSGlobalAlternate* pGlobal = in InitInstance()33 static_cast<JSGlobalAlternate*>(GetEmbedObject()); in InitInstance()49 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject) in JSGlobalAlternate() function in JSGlobalAlternate52 JSGlobalAlternate::~JSGlobalAlternate() { in ~JSGlobalAlternate()57 void JSGlobalAlternate::Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in Initial()63 bool JSGlobalAlternate::QueryProperty(const FX_WCHAR* propname) { in QueryProperty()67 bool JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime, in DelProperty()78 bool JSGlobalAlternate::DoProperty(CJS_Runtime* pRuntime, in DoProperty()157 bool JSGlobalAlternate::setPersistent(CJS_Runtime* pRuntime, in setPersistent()[all …]
33 class JSGlobalAlternate : public CJS_EmbedObj {35 explicit JSGlobalAlternate(CJS_Object* pJSObject);36 ~JSGlobalAlternate() override;83 JS_SPECIAL_STATIC_METHOD(setPersistent, JSGlobalAlternate, global);