Searched refs:JSFormatErrorString (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | js_define.h | 82 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 D | js_resources.h | 42 WideString JSFormatErrorString(const char* class_name,
|
H A D | js_resources.cpp | 97 WideString JSFormatErrorString(const char* class_name, in JSFormatErrorString() function
|
H A D | cjs_global.cpp | 80 JSFormatErrorString("global", "GetProperty", result.Error())); in getprop_static() 104 JSFormatErrorString("global", "PutProperty", result.Error())); in putprop_static()
|
H A D | cjs_publicmethods.cpp | 163 JSFormatErrorString(func_name_string, nullptr, result.Error())); in JSGlobalFunc()
|
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cfxjse_class.cpp | 115 WideString err = JSFormatErrorString(pClassDescriptor->name, *szPropName, in DynPropGetterAdapter_MethodCallback()
|