summaryrefslogtreecommitdiff
path: root/fxjse/value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxjse/value.cpp')
-rw-r--r--fxjse/value.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/fxjse/value.cpp b/fxjse/value.cpp
index 743169dd7b..aba640210a 100644
--- a/fxjse/value.cpp
+++ b/fxjse/value.cpp
@@ -64,6 +64,10 @@ void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Message) {
pIsolate->ThrowException(hError);
}
+CFXJSE_Value::CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {}
+
+CFXJSE_Value::~CFXJSE_Value() {}
+
CFXJSE_HostObject* CFXJSE_Value::ToHostObject(CFXJSE_Class* lpClass) const {
ASSERT(!m_hValue.IsEmpty());