V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ConstructorBuiltins Class Reference

Static Public Member Functions

static int MaximumFunctionContextSlots ()
 

Static Public Attributes

static const int kMaximumClonedShallowArrayElements
 
static const int kMaximumClonedShallowObjectProperties
 

Detailed Description

Definition at line 16 of file builtins-constructor.h.

Member Data Documentation

◆ kMaximumClonedShallowArrayElements

const int v8::internal::ConstructorBuiltins::kMaximumClonedShallowArrayElements
static
Initial value:
=
JSArray::kInitialMaxFastElementArray

Definition at line 25 of file builtins-constructor.h.

◆ kMaximumClonedShallowObjectProperties

const int v8::internal::ConstructorBuiltins::kMaximumClonedShallowObjectProperties
static
Initial value:
=
NameDictionary::kMaxRegularCapacity / 3 * 2

Definition at line 30 of file builtins-constructor.h.


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