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

#include <arguments.h>

Inheritance diagram for v8::internal::JSStrictArgumentsObject:
Collaboration diagram for v8::internal::JSStrictArgumentsObject:

Static Public Attributes

static const int kLengthIndex = 0
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (JSStrictArgumentsObject)
 

Detailed Description

Definition at line 48 of file arguments.h.

Member Function Documentation

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::JSStrictArgumentsObject::DISALLOW_IMPLICIT_CONSTRUCTORS ( JSStrictArgumentsObject )
private

Member Data Documentation

◆ kLengthIndex

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

Definition at line 53 of file arguments.h.


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