V8RuntimeConstraints Class |
Namespace: Microsoft.ClearScript.V8
The V8RuntimeConstraints type exposes the following members.
Name | Description | |
---|---|---|
![]() | V8RuntimeConstraints |
Initializes a new V8RuntimeConstraints instance.
|
Name | Description | |
---|---|---|
![]() | HeapExpansionMultiplier |
Gets or sets the heap expansion multiplier.
|
![]() | MaxArrayBufferAllocation |
Gets or sets the maximum amount of
ArrayBuffer
memory the runtime may allocate.
|
![]() | MaxExecutableSize | Obsolete.
Gets or sets the maximum size of the executable code heap in
MiB.
|
![]() | MaxNewSpaceSize |
Gets or sets the maximum size of the new object heap in
MiB.
|
![]() | MaxOldSpaceSize |
Gets or sets the maximum size of the old object heap in
MiB.
|
![]() | MaxYoungSpaceSize | Obsolete.
Gets or sets the maximum size of the young object heap in
MiB.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |