Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxjs/
H A Djs_define.h82 pRuntime->Error(JSFormatErrorString(class_name_string, prop_name_string, in JSPropGetter()
107 pRuntime->Error(JSFormatErrorString(class_name_string, prop_name_string, in JSPropSetter()
132 pRuntime->Error(JSFormatErrorString(class_name_string, method_name_string, in JSMethod()
H A Djs_resources.h42 WideString JSFormatErrorString(const char* class_name,
H A Djs_resources.cpp97 WideString JSFormatErrorString(const char* class_name, in JSFormatErrorString() function
H A Dcjs_global.cpp80 JSFormatErrorString("global", "GetProperty", result.Error())); in getprop_static()
104 JSFormatErrorString("global", "PutProperty", result.Error())); in putprop_static()
H A Dcjs_publicmethods.cpp163 JSFormatErrorString(func_name_string, nullptr, result.Error())); in JSGlobalFunc()
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_class.cpp115 WideString err = JSFormatErrorString(pClassDescriptor->name, *szPropName, in DynPropGetterAdapter_MethodCallback()