Contents

init(undefinedIn:)

Creates a JavaScript undefined value.

Declaration

init!(undefinedIn context: JSContext!)

Parameters

  • context:

    The JavaScript context in which to create the value.

Return Value

The JavaScript undefined value.

See Also

Creating JavaScript Values