v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
builtins-array.cc File Reference
Include dependency graph for builtins-array.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define TYPED_ARRAY_CASE(Type, type, TYPE, ctype)
 
#define TYPED_ARRAY_CASE(Type, type, TYPE, ctype)
 
#define TYPED_ARRAY_CASE(Type, type, TYPE, ctype)
 

Functions

 v8::internal::BUILTIN (ArrayPrototypeFill)
 
 v8::internal::BUILTIN (ArrayPush)
 
 v8::internal::BUILTIN (ArrayPop)
 
 v8::internal::BUILTIN (ArrayShift)
 
 v8::internal::BUILTIN (ArrayUnshift)
 
 v8::internal::BUILTIN (ArrayConcat)
 

Macro Definition Documentation

◆ TYPED_ARRAY_CASE [1/3]

#define TYPED_ARRAY_CASE ( Type,
type,
TYPE,
ctype )
Value:
case TYPE##_ELEMENTS:

◆ TYPED_ARRAY_CASE [2/3]

#define TYPED_ARRAY_CASE ( Type,
type,
TYPE,
ctype )
Value:
case TYPE##_ELEMENTS:

◆ TYPED_ARRAY_CASE [3/3]

#define TYPED_ARRAY_CASE ( Type,
type,
TYPE,
ctype )
Value:
case TYPE##_ELEMENTS:

Variable Documentation

◆ bit_field_

uint32_t bit_field_
private

Definition at line 945 of file builtins-array.cc.

◆ index_offset_

uint32_t index_offset_
private

Definition at line 944 of file builtins-array.cc.

◆ isolate_

Isolate* isolate_
private

Definition at line 939 of file builtins-array.cc.

◆ storage_

IndirectHandle<UnionOf<JSReceiver, FixedArray, NumberDictionary> > storage_
private

Definition at line 941 of file builtins-array.cc.