Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Djs_define.h80 pRuntime->Error(JSFormatErrorString(class_name_string, prop_name_string, in JSPropGetter()
105 pRuntime->Error(JSFormatErrorString(class_name_string, prop_name_string, in JSPropSetter()
130 pRuntime->Error(JSFormatErrorString(class_name_string, method_name_string, in JSMethod()
Djs_resources.h41 WideString JSFormatErrorString(const char* class_name,
Djs_resources.cpp97 WideString JSFormatErrorString(const char* class_name, in JSFormatErrorString() function
Dcjs_global.cpp67 JSFormatErrorString(class_name, "GetProperty", result.Error())); in JSSpecialPropGet()
92 JSFormatErrorString(class_name, "PutProperty", result.Error())); in JSSpecialPropPut()
Dcjs_publicmethods.cpp154 JSFormatErrorString(func_name_string, nullptr, result.Error())); in JSGlobalFunc()
/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp115 WideString err = JSFormatErrorString(pClassDescriptor->name, *szPropName, in DynPropGetterAdapter_MethodCallback()