[dart2js] dart format js_runtime.
Change-Id: I257139079514cb4cb21be51743f6bdd9fcab35e0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/417322 Reviewed-by: Stephen Adams <sra@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
committed by
Commit Queue
parent
fc563fc991
commit
85beb0398d
@@ -83,8 +83,7 @@ class ArrayFlags {
|
||||
';setUint16'
|
||||
';setUint32'
|
||||
';setFloat32'
|
||||
';setFloat64'
|
||||
//
|
||||
';setFloat64' //
|
||||
;
|
||||
|
||||
/// A list of 'verbs' for HArrayFlagsCheck, encoded as a string of phrases
|
||||
@@ -102,8 +101,7 @@ class ArrayFlags {
|
||||
static const verbs = //
|
||||
'modify' // This is the verb for '[]=' so it comes first.
|
||||
';remove from'
|
||||
';add to'
|
||||
//
|
||||
';add to' //
|
||||
;
|
||||
|
||||
/// A view of [operationNames] as a map from the name to the index of the name
|
||||
|
||||
Reference in New Issue
Block a user