Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
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()
Djs_resources.h42 WideString JSFormatErrorString(const char* class_name,
Djs_resources.cpp102 WideString JSFormatErrorString(const char* class_name, in JSFormatErrorString() function
Dcjs_global.cpp80 JSFormatErrorString("global", "GetProperty", result.Error())); in getprop_static()
104 JSFormatErrorString("global", "PutProperty", result.Error())); in putprop_static()
Dcjs_publicmethods.cpp163 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()