Skip to content

Commit

Permalink
Version 3.6.0-14.0.dev
Browse files Browse the repository at this point in the history
Merge 6d33ca2 into dev
  • Loading branch information
Dart CI committed Jul 8, 2024
2 parents 43e5b0f + 6d33ca2 commit 7895d35
Show file tree
Hide file tree
Showing 13 changed files with 3,929 additions and 3,372 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ vars = {

# co19 is a cipd package automatically generated for each co19 commit.
# Use tests/co19/update.sh to update this hash.
"co19_rev": "7b457e8d8c10361424beb7b432347f668c974439",
"co19_rev": "8dce0f0cf47e9dc1b756b1c1602369842797468a",

# The internal benchmarks to use. See go/dart-benchmarks-internal
"benchmarks_internal_rev": "3bd6bc6d207dfb7cf687537e819863cf9a8f2470",
Expand Down
6 changes: 6 additions & 0 deletions pkg/dart2wasm/lib/kernel_nodes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ mixin KernelNodes {
index.getProcedure("dart:core", "_TypeError", "_throwNullCheckError");
late final Procedure throwAsCheckError =
index.getProcedure("dart:core", "_TypeError", "_throwAsCheckError");
late final Procedure throwInterfaceTypeAsCheckError1 = index
.getTopLevelProcedure("dart:core", "_throwInterfaceTypeAsCheckError1");
late final Procedure throwInterfaceTypeAsCheckError2 = index
.getTopLevelProcedure("dart:core", "_throwInterfaceTypeAsCheckError2");
late final Procedure throwInterfaceTypeAsCheckError = index
.getTopLevelProcedure("dart:core", "_throwInterfaceTypeAsCheckError");
late final Procedure throwWasmRefError =
index.getProcedure("dart:core", "_TypeError", "_throwWasmRefError");
late final Procedure throwArgumentTypeCheckError = index.getProcedure(
Expand Down
Loading

0 comments on commit 7895d35

Please sign in to comment.