Class SpiderTableDefinition

A table, which can be thought of as a memory for reference types, defined within this module.

Hierarchy

  • SpiderTableDefinition

Properties

Properties

maxSize: undefined | number

The maximum number of entries this table can grow to contain.

minSize: number

The inital number of entries in this table.

module: SpiderModule

The type of reference this table contains.

Generated using TypeDoc