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

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#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  CFXJS_PerIsolateData
class  CFXJS_PerIsolateData::ExtensionIface
class  CFXJS_PerObjectData
class  CFXJS_PerObjectData::Binding
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 34 of file cfxjs_engine.h.

Function Documentation

◆ FXJS_GetIsolate()

bool FXJS_GetIsolate ( v8::Isolate ** pResultIsolate)

Definition at line 349 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 363 of file cfxjs_engine.cpp.

◆ FXJS_Initialize()

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

Definition at line 329 of file cfxjs_engine.cpp.

◆ FXJS_Release()

void FXJS_Release ( )

Definition at line 339 of file cfxjs_engine.cpp.

Referenced by FXJSEngineUnitTest::TearDown().

Here is the caller graph for this function: