V8 Project
v8::internal::AllowExternalCallThatCantCauseGC Class Reference

#include <macro-assembler.h>

+ Inheritance diagram for v8::internal::AllowExternalCallThatCantCauseGC:
+ Collaboration diagram for v8::internal::AllowExternalCallThatCantCauseGC:

Public Member Functions

 AllowExternalCallThatCantCauseGC (MacroAssembler *masm)
 
- Public Member Functions inherited from v8::internal::FrameScope
 FrameScope (MacroAssembler *masm, StackFrame::Type type)
 
 ~FrameScope ()
 
void GenerateLeaveFrame ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ AllowExternalCallThatCantCauseGC()

v8::internal::AllowExternalCallThatCantCauseGC::AllowExternalCallThatCantCauseGC ( MacroAssembler masm)
inlineexplicit

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

131  : FrameScope(masm, StackFrame::NONE) { }
FrameScope(MacroAssembler *masm, StackFrame::Type type)
@ NONE

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