Searched refs:JS_Error (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjs_engine_embeddertest.cpp | 38 Optional<IJS_Runtime::JS_Error> err = engine()->Execute(WideString(kScript1)); in TEST_F() 55 Optional<IJS_Runtime::JS_Error> err = in TEST_F() 63 Optional<IJS_Runtime::JS_Error> err = engine1.Execute(WideString(kScript1)); in TEST_F() 71 Optional<IJS_Runtime::JS_Error> err = engine1.Execute(WideString(kScript2)); in TEST_F() 86 Optional<IJS_Runtime::JS_Error> err = in TEST_F() 99 Optional<IJS_Runtime::JS_Error> err = in TEST_F()
|
D | ijs_runtime.h | 27 struct JS_Error { struct 32 JS_Error(int line, int column, const WideString& exception); argument 59 virtual Optional<JS_Error> ExecuteScript(const WideString& script) = 0;
|
D | cjs_event_context_stub.cpp | 9 Optional<IJS_Runtime::JS_Error> CJS_EventContextStub::RunScript( in RunScript() 11 return IJS_Runtime::JS_Error(1, 1, L"JavaScript support not present"); in RunScript()
|
D | ijs_runtime.cpp | 48 IJS_Runtime::JS_Error::JS_Error(int line, in JS_Error() function in IJS_Runtime::JS_Error
|
D | cjs_event_context.cpp | 29 Optional<IJS_Runtime::JS_Error> CJS_EventContext::RunScript( in RunScript() 37 return IJS_Runtime::JS_Error(1, 1, in RunScript() 48 return IJS_Runtime::JS_Error( in RunScript() 52 Optional<IJS_Runtime::JS_Error> err; in RunScript()
|
D | cjs_runtimestub.cpp | 33 Optional<IJS_Runtime::JS_Error> CJS_RuntimeStub::ExecuteScript( in ExecuteScript()
|
D | cjs_runtimestub.h | 30 Optional<IJS_Runtime::JS_Error> ExecuteScript(
|
D | cjs_runtime.h | 38 Optional<IJS_Runtime::JS_Error> ExecuteScript(
|
D | cfxjs_engine_unittest.cpp | 86 Optional<IJS_Runtime::JS_Error> err = engine()->Execute(L"gc();"); in TEST_F()
|
D | cjs_event_context_stub.h | 18 Optional<IJS_Runtime::JS_Error> RunScript(const WideString& script) override;
|
D | ijs_event_context.h | 27 virtual Optional<IJS_Runtime::JS_Error> RunScript(
|
D | cfxjs_engine.h | 123 Optional<IJS_Runtime::JS_Error> Execute(const WideString& script);
|
D | cjs_event_context.h | 28 Optional<IJS_Runtime::JS_Error> RunScript(const WideString& script) override;
|
D | cfxjs_engine.cpp | 554 Optional<IJS_Runtime::JS_Error> CFXJS_Engine::Execute( in Execute() 567 return IJS_Runtime::JS_Error(line, column, WideString::FromUTF8(*error)); in Execute() 577 return IJS_Runtime::JS_Error(line, column, WideString::FromUTF8(*error)); in Execute()
|
D | cjs_runtime.cpp | 162 Optional<IJS_Runtime::JS_Error> CJS_Runtime::ExecuteScript( in ExecuteScript()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interactiveform.cpp | 282 Optional<IJS_Runtime::JS_Error> err = pContext->RunScript(csJS); in OnCalculate() 310 Optional<IJS_Runtime::JS_Error> err = pContext->RunScript(script); in OnFormat()
|