Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Define.h92 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()
Dresource.h35 CFX_WideString JSFormatErrorString(const char* class_name,
Dresource.cpp53 CFX_WideString JSFormatErrorString(const char* class_name, in JSFormatErrorString() function