ResourceLimits class abstract
- Annotations
-
- @JS()
- @anonymous
Constructors
- ResourceLimits({int maxYoungGenerationSizeMb, int maxOldGenerationSizeMb, int codeRangeSizeMb, int stackSizeMb})
-
factory
Properties
- codeRangeSizeMb → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxOldGenerationSizeMb → int
-
no setter
- maxYoungGenerationSizeMb → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackSizeMb → int
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited