InterpreterConfig class
Collection of config of bytecode interpreter.
- Implemented types
- Implementers
Constructors
- InterpreterConfig({bool showDartStackTrace = false, bool showHetuStackTrace = false, int stackTraceDisplayCountLimit = kStackTraceDisplayCountLimit, bool processError = true, bool allowVariableShadowing = true, bool allowImplicitVariableDeclaration = false, bool allowImplicitNullToZeroConversion = false, bool allowImplicitEmptyValueToFalseConversion = false})
Properties
- allowImplicitEmptyValueToFalseConversion ↔ bool
-
getter/setter pairoverride
- allowImplicitNullToZeroConversion ↔ bool
-
getter/setter pairoverride
- allowImplicitVariableDeclaration ↔ bool
-
getter/setter pairoverride
- allowVariableShadowing ↔ bool
-
getter/setter pairoverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- processError ↔ bool
-
Wether fill in errors with detailed information, e.g. line & column info.
getter/setter pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showDartStackTrace ↔ bool
-
getter/setter pairoverride
- showHetuStackTrace ↔ bool
-
getter/setter pairoverride
- stackTraceDisplayCountLimit ↔ int
-
getter/setter pairoverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited