Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: autotest/test_abprewrite_autoload.js.expected

Issue 29345403: Issue 4088 - JSHydra-generated module scopes shouldn't be called immediately (Closed)
Patch Set: Renamed callback Created May 31, 2016, 2:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « autotest/test_abprewrite_autoload.js ('k') | autotest/test_abprewrite_module.js.expected » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autotest/test_abprewrite_autoload.js.expected
===================================================================
copy from autotest/test_abprewrite.js.expected
copy to autotest/test_abprewrite_autoload.js.expected
--- a/autotest/test_abprewrite.js.expected
+++ b/autotest/test_abprewrite_autoload.js.expected
@@ -146,8 +146,10 @@ x = function(a, b)
}.bind(this);
x = function(a, b)
{
return function()
{
return 1;
};
}.bind(this);
+require("foo");
+require("bar");
« no previous file with comments | « autotest/test_abprewrite_autoload.js ('k') | autotest/test_abprewrite_module.js.expected » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld