v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FastNewBlockContextStub Class Reference

#include <code-stubs.h>

Inheritance diagram for FastNewBlockContextStub:
Collaboration diagram for FastNewBlockContextStub:

Public Member Functions

 FastNewBlockContextStub (int slots)
 
void Generate (MacroAssembler *masm)
 

Static Public Attributes

static const int kMaximumSlots = 64
 

Detailed Description

Definition at line 360 of file code-stubs.h.

Constructor & Destructor Documentation

FastNewBlockContextStub ( int  slots)
inlineexplicit

Definition at line 364 of file code-stubs.h.

References ASSERT, and FastNewBlockContextStub::kMaximumSlots.

Member Function Documentation

void Generate ( MacroAssembler masm)

Field Documentation

const int kMaximumSlots = 64
static

Definition at line 362 of file code-stubs.h.

Referenced by FastNewBlockContextStub::FastNewBlockContextStub().


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