Contents

init(uInt32:in:)

Creates a JavaScript representation of the specified unsigned integer value.

Declaration

init!(uInt32 value: UInt32, in context: JSContext!)

Parameters

  • value:

    A native 32-bit unsigned integer value.

  • context:

    The JavaScript context in which to create the value.

Return Value

A JavaScript numeric value.

See Also

Creating JavaScript Values