Searched refs:JSFormatErrorString (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Define.h | 92 FXJS_Error(isolate, JSFormatErrorString(class_name_string, prop_name_string, in JSPropGetter() 118 FXJS_Error(isolate, JSFormatErrorString(class_name_string, prop_name_string, in JSPropSetter() 160 FXJS_Error(isolate, JSFormatErrorString(class_name_string, in JSMethod() 384 FXJS_Error(isolate, JSFormatErrorString(class_name, "GetProperty", sError)); in JSSpecialPropGet() 411 FXJS_Error(isolate, JSFormatErrorString(class_name, "PutProperty", sError)); in JSSpecialPropPut() 457 JSFormatErrorString(func_name_string, nullptr, sError)); in JSGlobalFunc()
|
D | resource.h | 35 CFX_WideString JSFormatErrorString(const char* class_name,
|
D | resource.cpp | 53 CFX_WideString JSFormatErrorString(const char* class_name, in JSFormatErrorString() function
|