summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_context.h
diff options
context:
space:
mode:
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);