invokables/invokablecontroller library
Classes
- Console
- GlobalContext
- InvokableController
- JSArrayHole
- JSPropertyDescriptor
- JSSymbol
- Represents an ES6 Symbol value in the interpreter runtime.
- JSUndefined
-
Represents the JavaScript
undefinedtype. - StaticArray
- StaticNumber
- StaticPerformance
- StaticString
- TimerManager
Constants
- jsArrayHole → const JSArrayHole
- jsUndefined → const JSUndefined
-
Constant representing the JavaScript
undefinedvalue.
Functions
-
isJSUndefined(
dynamic value) → bool -
Returns true if the given value is JavaScript
undefined.