Contents

init(int32:in:)

Creates a JavaScript representation of the specified signed integer value.

Declaration

init!(int32 value: Int32, in context: JSContext!)

Parameters

  • value:

    A native 32-bit signed integer value.

  • context:

    The JavaScript context in which to create the value.

Return Value

A JavaScript numeric value.

See Also

Creating JavaScript Values