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

#include <code-stubs.h>

Inheritance diagram for ArgumentsAccessStub:
Collaboration diagram for ArgumentsAccessStub:

Public Types

enum  Type { READ_ELEMENT, NEW_NON_STRICT_FAST, NEW_NON_STRICT_SLOW, NEW_STRICT }
 

Public Member Functions

 ArgumentsAccessStub (Type type)
 

Detailed Description

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

Member Enumeration Documentation

enum Type
Enumerator
READ_ELEMENT 
NEW_NON_STRICT_FAST 
NEW_NON_STRICT_SLOW 
NEW_STRICT 

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

Constructor & Destructor Documentation

ArgumentsAccessStub ( Type  type)
inlineexplicit

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


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