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()
108 pRuntime->Error(JSFormatErrorString(class_name_string, prop_name_string, in JSPropSetter()
136 pRuntime->Error(JSFormatErrorString(class_name_string, method_name_string, in JSMethod()
Djs_resources.h37 WideString JSFormatErrorString(const char* class_name,
Djs_resources.cpp59 WideString JSFormatErrorString(const char* class_name, in JSFormatErrorString() function
Dcjs_global.cpp70 JSFormatErrorString(class_name, "GetProperty", result.Error())); in JSSpecialPropGet()
98 JSFormatErrorString(class_name, "PutProperty", result.Error())); in JSSpecialPropPut()
Dcfxjse_class.cpp89 WideString err = JSFormatErrorString(*szPropName, "", result.Error()); in DynPropGetterAdapter_MethodCallback()
Dcjs_publicmethods.cpp134 JSFormatErrorString(func_name_string, nullptr, result.Error())); in JSGlobalFunc()