Skip to content

@caido/quickjs-types / llrt/globals

llrt/globals ​

Namespaces ​

NamespaceDescription
QuickJS-

Interfaces ​

SymbolConstructor() ​

SymbolConstructor(description?: string | number): symbol

Returns a new unique Symbol value.

Parameters ​

ParameterTypeDescription
description?string | numberDescription of the new Symbol object.

Returns ​

symbol

Properties ​

dispose ​

readonly dispose: typeof dispose

A method that is used to release resources held by an object. Called by the semantics of the using statement.