Home
last modified time | relevance | path

Searched defs:JS_Error (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dijs_runtime.h26 struct JS_Error { struct
31 JS_Error(int line, int column, const WideString& exception); argument
Dijs_runtime.cpp58 IJS_Runtime::JS_Error::JS_Error(int line, in JS_Error() function in IJS_Runtime::JS_Error