[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:
Mayank Patke
2025-03-27 13:46:20 -07:00
committed by Commit Queue
parent fc563fc991
commit 85beb0398d
18 changed files with 957 additions and 503 deletions
+2 -4
View File
@@ -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