v8  3.11.10(node0.8.26)
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 359 of file code-stubs.h.

Constructor & Destructor Documentation

FastNewBlockContextStub ( int  slots)
inlineexplicit

Definition at line 363 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 361 of file code-stubs.h.

Referenced by FastNewBlockContextStub::FastNewBlockContextStub().


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