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

#include <macro-assembler.h>

Inheritance diagram for v8::internal::FrameScope:
Collaboration diagram for v8::internal::FrameScope:

Public Member Functions

 FrameScope (MacroAssembler *masm, StackFrame::Type type, const SourceLocation &loc=SourceLocation())
 
 ~FrameScope ()
 

Private Attributes

MacroAssemblermasm_
 
StackFrame::Type const type_
 
bool const old_has_frame_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FrameScope()

v8::internal::FrameScope::FrameScope ( MacroAssembler * masm,
StackFrame::Type type,
const SourceLocation & loc = SourceLocation() )
inlineexplicit

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

Here is the call graph for this function:

◆ ~FrameScope()

v8::internal::FrameScope::~FrameScope ( )
inline

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

Member Data Documentation

◆ masm_

MacroAssembler* v8::internal::FrameScope::masm_
private

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

◆ old_has_frame_

bool const v8::internal::FrameScope::old_has_frame_
private

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

◆ type_

StackFrame::Type const v8::internal::FrameScope::type_
private

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


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