JSMemoryUsage_ class final
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - array_count ↔ int
-
getter/setter pair
- atom_count ↔ int
-
getter/setter pair
- atom_size ↔ int
-
getter/setter pair
- binary_object_count ↔ int
-
getter/setter pair
- binary_object_size ↔ int
-
getter/setter pair
- c_func_count ↔ int
-
getter/setter pair
- fast_array_count ↔ int
-
getter/setter pair
- fast_array_elements ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- js_func_code_size ↔ int
-
getter/setter pair
- js_func_count ↔ int
-
getter/setter pair
- js_func_pc2line_count ↔ int
-
getter/setter pair
- js_func_pc2line_size ↔ int
-
getter/setter pair
- js_func_size ↔ int
-
getter/setter pair
- malloc_count ↔ int
-
getter/setter pair
- malloc_limit ↔ int
-
getter/setter pair
- malloc_size ↔ int
-
getter/setter pair
- memory_used_count ↔ int
-
getter/setter pair
- memory_used_size ↔ int
-
getter/setter pair
- obj_count ↔ int
-
getter/setter pair
- obj_size ↔ int
-
getter/setter pair
- prop_count ↔ int
-
getter/setter pair
- prop_size ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape_count ↔ int
-
getter/setter pair
- shape_size ↔ int
-
getter/setter pair
- str_count ↔ int
-
getter/setter pair
- str_size ↔ int
-
getter/setter pair
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