@caido/quickjs-types / llrt/globals
llrt/globals
Namespaces
| Namespace | Description |
|---|---|
| QuickJS | - |
Interfaces
SymbolConstructor()
SymbolConstructor(
description?:string|number):symbol
Returns a new unique Symbol value.
Parameters
| Parameter | Type | Description |
|---|---|---|
description? | string | number | Description of the new Symbol object. |
Returns
symbol
Properties
dispose
readonlydispose: typeofdispose
A method that is used to release resources held by an object. Called by the semantics of the using statement.
