new_obj

fun new_obj(type: Int): Boolean(source)

Create a new object The type is stored in an utf8 constant pool entry

Specification

Since

0.1.0

Parameters

type

The type of the object to create

See also


Create a new object The type is stored in an utf8 constant pool entry

Specification

Return

A placeholder for the type of the object

Since

0.1.0

See also