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

Unified Diff: pkg/dev_compiler/test/codegen_expected/varargs.js

Issue 3009733002: fix how DDC finds its undefined constant (Closed)
Patch Set: rebase and rebuild JS files Created 3 years, 4 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 | « pkg/dev_compiler/test/codegen_expected/unresolved_names.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/test/codegen_expected/varargs.js
diff --git a/pkg/dev_compiler/test/codegen_expected/varargs.js b/pkg/dev_compiler/test/codegen_expected/varargs.js
index 9a54a3f32f628e34845b04fd03902d4f55ae1dad..cfac7a9a439774d3fccbf0ef9192db9ee90a8ba9 100644
--- a/pkg/dev_compiler/test/codegen_expected/varargs.js
+++ b/pkg/dev_compiler/test/codegen_expected/varargs.js
@@ -20,6 +20,7 @@ define(['dart_sdk'], function(dart_sdk) {
src__varargs._Rest = class _Rest extends core.Object {};
(src__varargs._Rest.new = function() {
}).prototype = src__varargs._Rest.prototype;
+ dart.addTypeTests(src__varargs._Rest);
dart.defineLazy(src__varargs, {
get rest() {
return dart.const(new src__varargs._Rest.new());
« no previous file with comments | « pkg/dev_compiler/test/codegen_expected/unresolved_names.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698