kClosure constant

String const kClosure

An instance of the built-in VM Closure implementation. User-defined Closures will be PlainInstance.

Implementation

static const String kClosure = 'Closure';