Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfxjse_context.h File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include <memory>
#include <vector>
#include "core/fxcrt/bytestring.h"
#include "core/fxcrt/unowned_ptr.h"
#include "v8/include/cppgc/persistent.h"
#include "v8/include/v8-forward.h"
#include "v8/include/v8-persistent-handle.h"
+ Include dependency graph for cfxjse_context.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFXJSE_Context
 
struct  CFXJSE_Context::ExecutionResult
 

Functions

void FXJSE_UpdateObjectBinding (v8::Local< v8::Object > hObject, CFXJSE_HostObject *pNewBinding)
 
void FXJSE_ClearObjectBinding (v8::Local< v8::Object > hJSObject)
 
CFXJSE_HostObjectFXJSE_RetrieveObjectBinding (v8::Local< v8::Value > hValue)
 

Function Documentation

◆ FXJSE_ClearObjectBinding()

void FXJSE_ClearObjectBinding ( v8::Local< v8::Object > hJSObject)

Definition at line 138 of file cfxjse_context.cpp.

◆ FXJSE_RetrieveObjectBinding()

CFXJSE_HostObject * FXJSE_RetrieveObjectBinding ( v8::Local< v8::Value > hValue)

Definition at line 145 of file cfxjse_context.cpp.

◆ FXJSE_UpdateObjectBinding()

void FXJSE_UpdateObjectBinding ( v8::Local< v8::Object > hObject,
CFXJSE_HostObject * pNewBinding )

Definition at line 129 of file cfxjse_context.cpp.