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
cfxjs_engine.h File Reference

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

#include <functional>
#include <map>
#include <memory>
#include <utility>
#include <vector>
#include "core/fxcrt/widestring.h"
#include "fxjs/cfx_v8.h"
#include "fxjs/ijs_runtime.h"
#include "v8/include/v8-forward.h"
#include "v8/include/v8-function-callback.h"
#include "v8/include/v8-persistent-handle.h"
#include "v8/include/v8-template.h"
+ Include dependency graph for cfxjs_engine.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FXJS_PerIsolateData
 
class  FXJS_PerIsolateData::ExtensionIface
 
class  CFXJS_Engine
 

Enumerations

enum  FXJSOBJTYPE { FXJSOBJTYPE_DYNAMIC = 0 , FXJSOBJTYPE_STATIC , FXJSOBJTYPE_GLOBAL }
 

Functions

void FXJS_Initialize (unsigned int embedderDataSlot, v8::Isolate *pIsolate)
 
void FXJS_Release ()
 
bool FXJS_GetIsolate (v8::Isolate **pResultIsolate)
 
size_t FXJS_GlobalIsolateRefCount ()
 

Enumeration Type Documentation

◆ FXJSOBJTYPE

Enumerator
FXJSOBJTYPE_DYNAMIC 
FXJSOBJTYPE_STATIC 
FXJSOBJTYPE_GLOBAL 

Definition at line 35 of file cfxjs_engine.h.

Function Documentation

◆ FXJS_GetIsolate()

bool FXJS_GetIsolate ( v8::Isolate ** pResultIsolate)

Definition at line 329 of file cfxjs_engine.cpp.

References CFX_V8ArrayBufferAllocator::CFX_V8ArrayBufferAllocator().

+ Here is the call graph for this function:

◆ FXJS_GlobalIsolateRefCount()

size_t FXJS_GlobalIsolateRefCount ( )

Definition at line 343 of file cfxjs_engine.cpp.

◆ FXJS_Initialize()

void FXJS_Initialize ( unsigned int embedderDataSlot,
v8::Isolate * pIsolate )

Definition at line 309 of file cfxjs_engine.cpp.

◆ FXJS_Release()

void FXJS_Release ( )

Definition at line 319 of file cfxjs_engine.cpp.

Referenced by FXJSEngineUnitTest::TearDown().

+ Here is the caller graph for this function: