summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_context.h
diff options
context:
space:
mode:
authordan sinclair <dsinclair@chromium.org>2017-12-04 15:42:36 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-12-04 15:42:36 +0000
commitf2d7656f335cf38dfafb97370ffac38b9d4e3fc0 (patch)
treea25d698c3ef75fedba78cc42c9c01195dc352720 /fxjs/cfxjse_context.h
parent53190d99102c9b3a5e0a8751e2f4f957d7736ccf (diff)
downloadpdfium-f2d7656f335cf38dfafb97370ffac38b9d4e3fc0.tar.xz
XFA JS method cleanup
Change-Id: I182388970e422bd31d011628a4f1b905d12b0da0 Reviewed-on: https://pdfium-review.googlesource.com/20193 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_context.h')
-rw-r--r--fxjs/cfxjse_context.h6
1 files changed, 0 insertions, 6 deletions
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<std::unique_ptr<CFXJSE_Class>> m_rgClasses;
};
-v8::Local<v8::Object> FXJSE_CreateReturnValue(v8::Isolate* pIsolate,
- v8::TryCatch& trycatch);
-
-v8::Local<v8::Object> FXJSE_GetGlobalObjectFromContext(
- v8::Local<v8::Context> hContext);
-
void FXJSE_UpdateObjectBinding(v8::Local<v8::Object>& hObject,
CFXJSE_HostObject* lpNewBinding = nullptr);