Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: lib/runtime/dart/math.js

Issue 1195523002: Handle dynamic as bottom inside of function type reps (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Fix typo in comment Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/runtime/dart/js.js ('k') | lib/runtime/dart/mirrors.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/math.js
diff --git a/lib/runtime/dart/math.js b/lib/runtime/dart/math.js
index 309fa3acd5eea4e6007ab08801d101d6c4ebf546..9589505feabaa63ed8c75ba59d00a6141eb34c45 100644
--- a/lib/runtime/dart/math.js
+++ b/lib/runtime/dart/math.js
@@ -28,8 +28,8 @@ dart_library.library('dart/math', null, /* Imports */[
statics: () => ({
combine: [core.int, [core.int, core.int]],
finish: [core.int, [core.int]],
- hash2: [core.int, [core.Object, core.Object]],
- hash4: [core.int, [core.Object, core.Object, core.Object, core.Object]]
+ hash2: [core.int, [dart.dynamic, dart.dynamic]],
+ hash4: [core.int, [dart.dynamic, dart.dynamic, dart.dynamic, dart.dynamic]]
}),
names: ['combine', 'finish', 'hash2', 'hash4']
});
« no previous file with comments | « lib/runtime/dart/js.js ('k') | lib/runtime/dart/mirrors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698