Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DJS_Define.h56 JSFormatErrorString(class_name_string, prop_name_string, sError)); in JSPropGetter()
82 JSFormatErrorString(class_name_string, prop_name_string, sError)); in JSPropSetter()
125 JSFormatErrorString(class_name_string, method_name_string, sError)); in JSMethod()
355 pRuntime->Error(JSFormatErrorString(class_name, "GetProperty", sError)); in JSSpecialPropGet()
384 pRuntime->Error(JSFormatErrorString(class_name, "PutProperty", sError)); in JSSpecialPropPut()
431 pRuntime->Error(JSFormatErrorString(func_name_string, nullptr, sError)); in JSGlobalFunc()
Dresource.h36 CFX_WideString JSFormatErrorString(const char* class_name,
Dresource.cpp57 CFX_WideString JSFormatErrorString(const char* class_name, in JSFormatErrorString() function