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
FastNewContextStub Class Reference

#include <code-stubs.h>

Inheritance diagram for FastNewContextStub:
Collaboration diagram for FastNewContextStub:

Public Member Functions

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

Static Public Attributes

static const int kMaximumSlots = 64
 

Detailed Description

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

Constructor & Destructor Documentation

FastNewContextStub ( int  slots)
inlineexplicit

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

References ASSERT, and FastNewContextStub::kMaximumSlots.

Member Function Documentation

void Generate ( MacroAssembler masm)

Field Documentation

const int kMaximumSlots = 64
static

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

Referenced by FastNewContextStub::FastNewContextStub().


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