| Index: xfa/fxjse/context.h
|
| diff --git a/xfa/fxjse/context.h b/xfa/fxjse/context.h
|
| index 96b93faffdd58ae238204bc45971510442a7a7d0..79e5e0a74025b18aff26fe2835e901d9af8cda5f 100644
|
| --- a/xfa/fxjse/context.h
|
| +++ b/xfa/fxjse/context.h
|
| @@ -50,4 +50,13 @@ class CFXJSE_Context {
|
| v8::Local<v8::Object> FXJSE_CreateReturnValue(v8::Isolate* pIsolate,
|
| v8::TryCatch& trycatch);
|
|
|
| +v8::Local<v8::Object> FXJSE_GetGlobalObjectFromContext(
|
| + const v8::Local<v8::Context>& hContext);
|
| +
|
| +void FXJSE_UpdateObjectBinding(v8::Local<v8::Object>& hObject,
|
| + void* lpNewBinding = nullptr);
|
| +
|
| +void* FXJSE_RetrieveObjectBinding(const v8::Local<v8::Object>& hJSObject,
|
| + CFXJSE_Class* lpClass = nullptr);
|
| +
|
| #endif // XFA_FXJSE_CONTEXT_H_
|
|
|