v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::JSSloppyArgumentsObject Class Reference

#include <arguments.h>

Inheritance diagram for v8::internal::JSSloppyArgumentsObject:
Collaboration diagram for v8::internal::JSSloppyArgumentsObject:

Static Public Attributes

static const int kLengthIndex = 0
 
static const int kCalleeIndex = kLengthIndex + 1
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (JSSloppyArgumentsObject)
 

Detailed Description

Definition at line 34 of file arguments.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::JSSloppyArgumentsObject::DISALLOW_IMPLICIT_CONSTRUCTORS ( JSSloppyArgumentsObject )
private

Member Data Documentation

◆ kCalleeIndex

const int v8::internal::JSSloppyArgumentsObject::kCalleeIndex = kLengthIndex + 1
static

Definition at line 40 of file arguments.h.

◆ kLengthIndex

const int v8::internal::JSSloppyArgumentsObject::kLengthIndex = 0
static

Definition at line 39 of file arguments.h.


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