From f2d7656f335cf38dfafb97370ffac38b9d4e3fc0 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Mon, 4 Dec 2017 15:42:36 +0000 Subject: XFA JS method cleanup Change-Id: I182388970e422bd31d011628a4f1b905d12b0da0 Reviewed-on: https://pdfium-review.googlesource.com/20193 Reviewed-by: Ryan Harrison Commit-Queue: dsinclair --- fxjs/cfxjse_context.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fxjs/cfxjse_context.h') diff --git a/fxjs/cfxjse_context.h b/fxjs/cfxjse_context.h index f93469bc4d..48816eb629 100644 --- a/fxjs/cfxjse_context.h +++ b/fxjs/cfxjse_context.h @@ -49,12 +49,6 @@ class CFXJSE_Context { std::vector> m_rgClasses; }; -v8::Local FXJSE_CreateReturnValue(v8::Isolate* pIsolate, - v8::TryCatch& trycatch); - -v8::Local FXJSE_GetGlobalObjectFromContext( - v8::Local hContext); - void FXJSE_UpdateObjectBinding(v8::Local& hObject, CFXJSE_HostObject* lpNewBinding = nullptr); -- cgit v1.2.3