JavaScriptDarwinExecutionException class
Exception thrown when a JavaScriptCore javascript execution fails
- Implemented types
Constructors
- JavaScriptDarwinExecutionException.new(String message, JsEvalResult jsEvalResult, JavascriptCoreRuntime runtime, StackTrace stackTrace)
-
const
- JavaScriptDarwinExecutionException.fromResult(JavascriptCoreRuntime runtime, JsEvalResult result, StackTrace stackTrace)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsEvalResult → JsEvalResult
-
final
- message → String
-
The message of the exception.
final
- runtime → JavascriptCoreRuntime
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited