| Index: fxjse/value.cpp
|
| diff --git a/fxjse/value.cpp b/fxjse/value.cpp
|
| index 743169dd7b38984326bbd0e54281c403ad73d7ff..aba640210a268769e518de7a859a585a81f36a1f 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());
|
|
|
|
|