Lines Matching refs:pObj
594 v8::Local<v8::Object> pObj = pRuntime->ToObject(params[0]); in submitForm() local
595 v8::Local<v8::Value> pValue = pRuntime->GetObjectProperty(pObj, "cURL"); in submitForm()
599 bFDF = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, "bFDF")); in submitForm()
600 bEmpty = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, "bEmpty")); in submitForm()
601 aFields = pRuntime->ToArray(pRuntime->GetObjectProperty(pObj, "aFields")); in submitForm()
678 v8::Local<v8::Object> pObj = pRuntime->NewObject(); in get_info() local
679 pRuntime->PutObjectProperty(pObj, "Author", in get_info()
681 pRuntime->PutObjectProperty(pObj, "Title", in get_info()
683 pRuntime->PutObjectProperty(pObj, "Subject", in get_info()
685 pRuntime->PutObjectProperty(pObj, "Keywords", in get_info()
687 pRuntime->PutObjectProperty(pObj, "Creator", in get_info()
689 pRuntime->PutObjectProperty(pObj, "Producer", in get_info()
692 pObj, "CreationDate", pRuntime->NewString(cwCreationDate.AsStringView())); in get_info()
693 pRuntime->PutObjectProperty(pObj, "ModDate", in get_info()
695 pRuntime->PutObjectProperty(pObj, "Trapped", in get_info()
705 pObj, bsKey.AsStringView(), in get_info()
708 pRuntime->PutObjectProperty(pObj, bsKey.AsStringView(), in get_info()
712 pObj, bsKey.AsStringView(), in get_info()
716 return CJS_Result::Success(pObj); in get_info()
1026 v8::Local<v8::Object> pObj = pRuntime->NewFXJSBoundObject( in getAnnot() local
1028 if (pObj.IsEmpty()) in getAnnot()
1032 CFXJS_Engine::GetObjectPrivate(pRuntime->GetIsolate(), pObj)); in getAnnot()
1061 v8::Local<v8::Object> pObj = pRuntime->NewFXJSBoundObject( in getAnnots() local
1063 if (pObj.IsEmpty()) in getAnnots()
1067 CFXJS_Engine::GetObjectPrivate(pRuntime->GetIsolate(), pObj)); in getAnnots()
1111 v8::Local<v8::Object> pObj = pRuntime->ToObject(params[1]); in addIcon() local
1112 if (!JSGetObject<CJS_Icon>(pRuntime->GetIsolate(), pObj)) in addIcon()
1129 v8::Local<v8::Object> pObj = pRuntime->NewFXJSBoundObject( in get_icons() local
1131 if (pObj.IsEmpty()) in get_icons()
1135 CFXJS_Engine::GetObjectPrivate(pRuntime->GetIsolate(), pObj)); in get_icons()
1161 v8::Local<v8::Object> pObj = pRuntime->NewFXJSBoundObject( in getIcon() local
1163 if (pObj.IsEmpty()) in getIcon()
1167 CFXJS_Engine::GetObjectPrivate(pRuntime->GetIsolate(), pObj)); in getIcon()