ic-reactor
    Preparing search index...

    Class ReservedClass

    Represents an IDL Reserved

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get typeName(): IdlTypeName

      Returns IdlTypeName

    • get name(): string

      Returns string

    Methods

    • Returns string

    • Parameters

      • x: any

      Returns string

    • Parameters

      • typeTable: TypeTable

      Returns void

    • Parameters

      • _typeTable: TypeTable

      Returns void

    • Assert that JavaScript's x is the proper type represented by this Type.

      Parameters

      • _x: any

      Returns _x is any

    • Internal

      Encode the value. This needs to be public because it is used by encodeValue() from different types.

      Returns Uint8Array