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

#include <macro-assembler.h>

Collaboration diagram for v8::internal::NoRootArrayScope:

Public Member Functions

 NoRootArrayScope (MacroAssembler *masm)
 
 ~NoRootArrayScope ()
 

Private Attributes

MacroAssemblermasm_
 
bool old_value_
 

Detailed Description

Definition at line 217 of file macro-assembler.h.

Constructor & Destructor Documentation

◆ NoRootArrayScope()

v8::internal::NoRootArrayScope::NoRootArrayScope ( MacroAssembler * masm)
inlineexplicit

Definition at line 219 of file macro-assembler.h.

Here is the call graph for this function:

◆ ~NoRootArrayScope()

v8::internal::NoRootArrayScope::~NoRootArrayScope ( )
inline

Definition at line 224 of file macro-assembler.h.

Member Data Documentation

◆ masm_

MacroAssembler* v8::internal::NoRootArrayScope::masm_
private

Definition at line 227 of file macro-assembler.h.

◆ old_value_

bool v8::internal::NoRootArrayScope::old_value_
private

Definition at line 228 of file macro-assembler.h.


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