Table

open class Table(descriptor: TableDescriptor, value: JsAny? = definedExternally)(source)

MDN Reference

Constructors

Link copied to clipboard
constructor(descriptor: TableDescriptor, value: JsAny? = definedExternally)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun grow(delta: Int, value: JsAny? = definedExternally): Int
Link copied to clipboard
fun set(index: Int, value: JsAny? = definedExternally)