v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SetupIsolateDelegate Class Reference

#include <setup-isolate.h>

Collaboration diagram for v8::internal::SetupIsolateDelegate:

Public Member Functions

 SetupIsolateDelegate ()=default
 
virtual ~SetupIsolateDelegate ()=default
 
virtual bool SetupHeap (Isolate *isolate, bool create_heap_objects)
 
virtual void SetupBuiltins (Isolate *isolate, bool compile_builtins)
 

Static Protected Member Functions

static void SetupBuiltinsInternal (Isolate *isolate)
 
static void AddBuiltin (Builtins *builtins, Builtin builtin, Tagged< Code > code)
 
static void PopulateWithPlaceholders (Isolate *isolate)
 
static void ReplacePlaceholders (Isolate *isolate)
 
static bool SetupHeapInternal (Isolate *isolate)
 

Detailed Description

Definition at line 34 of file setup-isolate.h.

Constructor & Destructor Documentation

◆ SetupIsolateDelegate()

v8::internal::SetupIsolateDelegate::SetupIsolateDelegate ( )
default

◆ ~SetupIsolateDelegate()

virtual v8::internal::SetupIsolateDelegate::~SetupIsolateDelegate ( )
virtualdefault

Member Function Documentation

◆ AddBuiltin()

void v8::internal::SetupIsolateDelegate::AddBuiltin ( Builtins * builtins,
Builtin builtin,
Tagged< Code > code )
staticprotected

Definition at line 303 of file setup-builtins-internal.cc.

Here is the caller graph for this function:

◆ PopulateWithPlaceholders()

void v8::internal::SetupIsolateDelegate::PopulateWithPlaceholders ( Isolate * isolate)
staticprotected

Definition at line 310 of file setup-builtins-internal.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReplacePlaceholders()

void v8::internal::SetupIsolateDelegate::ReplacePlaceholders ( Isolate * isolate)
staticprotected

Definition at line 324 of file setup-builtins-internal.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetupBuiltins()

void v8::internal::SetupIsolateDelegate::SetupBuiltins ( Isolate * isolate,
bool compile_builtins )
virtual

Definition at line 20 of file setup-isolate-deserialize.cc.

Here is the caller graph for this function:

◆ SetupBuiltinsInternal()

void v8::internal::SetupIsolateDelegate::SetupBuiltinsInternal ( Isolate * isolate)
staticprotected

Definition at line 376 of file setup-builtins-internal.cc.

Here is the call graph for this function:

◆ SetupHeap()

bool v8::internal::SetupIsolateDelegate::SetupHeap ( Isolate * isolate,
bool create_heap_objects )
virtual

Definition at line 12 of file setup-isolate-deserialize.cc.

Here is the caller graph for this function:

◆ SetupHeapInternal()

bool v8::internal::SetupIsolateDelegate::SetupHeapInternal ( Isolate * isolate)
staticprotected

Definition at line 179 of file setup-heap-internal.cc.


The documentation for this class was generated from the following files: