Contents

init(newSymbolFromDescription:in:)

Creates a unique symbol object.

Declaration

init!(newSymbolFromDescription description: String!, in context: JSContext!)

Parameters

  • description:

    The description of the symbol object to create.

  • context:

    The Jscontext the resulting Jsvalue belongs to.

Return Value

A JSValue that represents a new, unique JavaScript symbol object.

See Also

Creating JavaScript Values