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

#include <code-stubs.h>

Inheritance diagram for FastCloneShallowArrayStub:
Collaboration diagram for FastCloneShallowArrayStub:

Public Types

enum  Mode { CLONE_ELEMENTS, CLONE_DOUBLE_ELEMENTS, COPY_ON_WRITE_ELEMENTS, CLONE_ANY_ELEMENTS }
 

Public Member Functions

 FastCloneShallowArrayStub (Mode mode, int length)
 
void Generate (MacroAssembler *masm)
 

Static Public Attributes

static const int kMaximumClonedLength = 8
 

Detailed Description

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

Member Enumeration Documentation

enum Mode
Enumerator
CLONE_ELEMENTS 
CLONE_DOUBLE_ELEMENTS 
COPY_ON_WRITE_ELEMENTS 
CLONE_ANY_ELEMENTS 

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

Constructor & Destructor Documentation

FastCloneShallowArrayStub ( Mode  mode,
int  length 
)
inline

Member Function Documentation

void Generate ( MacroAssembler masm)

Field Documentation

const int kMaximumClonedLength = 8
static

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

Referenced by FastCloneShallowArrayStub::FastCloneShallowArrayStub().


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