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

#include <compiler.h>

Collaboration diagram for v8::internal::CompilationHandleScope:

Public Member Functions

 CompilationHandleScope (Isolate *isolate, OptimizedCompilationInfo *info)
 
V8_EXPORT_PRIVATE ~CompilationHandleScope ()
 

Private Attributes

PersistentHandlesScope persistent_
 
OptimizedCompilationInfoinfo_
 

Detailed Description

Definition at line 570 of file compiler.h.

Constructor & Destructor Documentation

◆ CompilationHandleScope()

v8::internal::CompilationHandleScope::CompilationHandleScope ( Isolate * isolate,
OptimizedCompilationInfo * info )
inlineexplicit

Definition at line 572 of file compiler.h.

◆ ~CompilationHandleScope()

v8::internal::CompilationHandleScope::~CompilationHandleScope ( )

Definition at line 1669 of file compiler.cc.

Here is the call graph for this function:

Member Data Documentation

◆ info_

OptimizedCompilationInfo* v8::internal::CompilationHandleScope::info_
private

Definition at line 579 of file compiler.h.

◆ persistent_

PersistentHandlesScope v8::internal::CompilationHandleScope::persistent_
private

Definition at line 578 of file compiler.h.


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