Lines Matching refs:JSGlobalAlternate
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()
238 static_cast<JSGlobalAlternate*>(GetEmbedObject()); in InitInstance()
254 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject) in JSGlobalAlternate() function in JSGlobalAlternate
257 JSGlobalAlternate::~JSGlobalAlternate() { in ~JSGlobalAlternate()
262 void JSGlobalAlternate::Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in Initial()
268 CJS_Return JSGlobalAlternate::QueryProperty(const wchar_t* propname) { in QueryProperty()
272 CJS_Return JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime, in DelProperty()
282 CJS_Return JSGlobalAlternate::GetProperty(CJS_Runtime* pRuntime, in GetProperty()
311 CJS_Return JSGlobalAlternate::SetProperty(CJS_Runtime* pRuntime, in SetProperty()
346 CJS_Return JSGlobalAlternate::setPersistent( in setPersistent()
361 void JSGlobalAlternate::UpdateGlobalPersistentVariables() { in UpdateGlobalPersistentVariables()
415 void JSGlobalAlternate::CommitGlobalPersisitentVariables( in CommitGlobalPersisitentVariables()
453 void JSGlobalAlternate::ObjectToArray(CJS_Runtime* pRuntime, in ObjectToArray()
502 void JSGlobalAlternate::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty()
539 void JSGlobalAlternate::DestroyGlobalPersisitentVariables() { in DestroyGlobalPersisitentVariables()
543 CJS_Return JSGlobalAlternate::SetGlobalVariables(const ByteString& propname, in SetGlobalVariables()