Home
last modified time | relevance | path

Searched refs:szPropName (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp110 v8::String::Utf8Value szPropName(info.GetIsolate(), hPropName); in DynPropGetterAdapter_MethodCallback() local
112 pClassDescriptor->dynMethodCall(info, WideString::FromUTF8(*szPropName)); in DynPropGetterAdapter_MethodCallback()
115 WideString err = JSFormatErrorString(pClassDescriptor->name, *szPropName, in DynPropGetterAdapter_MethodCallback()
128 ByteStringView szPropName, in DynPropGetterAdapter() argument
134 ? pClassDescriptor->dynPropTypeGetter(pIsolate, pObject, szPropName, in DynPropGetterAdapter()
140 pIsolate, pObject, szPropName)); in DynPropGetterAdapter()
154 1, fxv8::NewStringHelper(pIsolate, szPropName)); in DynPropGetterAdapter()
168 ByteStringView szPropName, in DynPropSetterAdapter() argument
173 ? pClassDescriptor->dynPropTypeGetter(pIsolate, pObject, szPropName, in DynPropSetterAdapter()
178 pClassDescriptor->dynPropSetter(pIsolate, pObject, szPropName, in DynPropSetterAdapter()
[all …]
Dcfxjse_engine.cpp256 ByteStringView szPropName, in GlobalPropertySetter() argument
265 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertySetter()
276 pObject, szPropName); in GlobalPropertySetter()
289 pCJSRuntime->SetValueByNameInGlobalObject(szPropName, pValue); in GlobalPropertySetter()
296 ByteStringView szPropName) { in GlobalPropertyGetter() argument
300 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertyGetter()
306 if (szPropName == kFormCalcRuntime) in GlobalPropertyGetter()
341 szPropName, &pValue)) { in GlobalPropertyGetter()
356 pCJSRuntime->GetValueByNameFromGlobalObject(szPropName); in GlobalPropertyGetter()
365 ByteStringView szPropName, in GlobalPropTypeGetter() argument
[all …]
Dcfxjse_engine.h85 ByteStringView szPropName);
88 ByteStringView szPropName,
93 ByteStringView szPropName);
96 ByteStringView szPropName,
103 ByteStringView szPropName,
107 ByteStringView szPropName,
188 ByteStringView szPropName,
191 ByteStringView szPropName,
Dcfxjse_value.h66 ByteStringView szPropName,
69 ByteStringView szPropName,
74 void DeleteObjectProperty(v8::Isolate* pIsolate, ByteStringView szPropName);
76 ByteStringView szPropName,
Dfxjse.h61 ByteStringView szPropName);
64 ByteStringView szPropName,
69 ByteStringView szPropName,
Dcfxjse_value.cpp119 ByteStringView szPropName, in SetObjectProperty() argument
130 pIsolate, hObject.As<v8::Object>(), szPropName, in SetObjectProperty()
135 ByteStringView szPropName, in GetObjectProperty() argument
144 pIsolate, hObject.As<v8::Object>(), szPropName)); in GetObjectProperty()
163 ByteStringView szPropName) { in DeleteObjectProperty() argument
168 pIsolate, hObject.As<v8::Object>(), szPropName); in DeleteObjectProperty()
173 ByteStringView szPropName, in SetObjectOwnProperty() argument
183 pIsolate, hObject.As<v8::Object>(), szPropName, pValue); in SetObjectOwnProperty()