Home | History | Annotate | Download | only in javascript

Lines Matching refs:JSGlobalAlternate

28 IMPLEMENT_SPECIAL_JS_CLASS(CJS_Global, JSGlobalAlternate, global);
32 JSGlobalAlternate* pGlobal =
33 static_cast<JSGlobalAlternate*>(GetEmbedObject());
49 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject)
52 JSGlobalAlternate::~JSGlobalAlternate() {
57 void JSGlobalAlternate::Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv) {
63 bool JSGlobalAlternate::QueryProperty(const FX_WCHAR* propname) {
67 bool JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime,
78 bool JSGlobalAlternate::DoProperty(CJS_Runtime* pRuntime,
157 bool JSGlobalAlternate::setPersistent(CJS_Runtime* pRuntime,
179 void JSGlobalAlternate::UpdateGlobalPersistentVariables() {
231 void JSGlobalAlternate::CommitGlobalPersisitentVariables(
269 void JSGlobalAlternate::ObjectToArray(CJS_Runtime* pRuntime,
319 void JSGlobalAlternate::PutObjectProperty(v8::Local<v8::Object> pObj,
353 void JSGlobalAlternate::DestroyGlobalPersisitentVariables() {
360 bool JSGlobalAlternate::SetGlobalVariables(const CFX_ByteString& propname,