Files
sdk/pkg/dev_compiler/test/codegen/expect/html_input.html
T
John Messerly aba85e3d9f fixes #131, use before define from variables to classes
Factored the load order logic into its own file, as it was easier to work with that way. We could definitely tweak the structure.

Also tried hoisting constants out to top level, but it's not quite ready yet, so splitting that work out into a separate CL.

(also fixes #152 about cleaning up lazyClass, and fixes #181 about static fields)

R=vsm@google.com

Review URL: https://codereview.chromium.org/1133593004
2015-05-12 11:47:36 -07:00

26 lines
1.2 KiB
HTML

<html><head></head><body>
<script src="dev_compiler/runtime/harmony_feature_check.js"></script>
<script src="dev_compiler/runtime/dart_runtime.js"></script>
<script src="dev_compiler/runtime/dart/core.js"></script>
<script src="dev_compiler/runtime/dart/collection.js"></script>
<script src="dev_compiler/runtime/dart/_internal.js"></script>
<script src="dev_compiler/runtime/dart/math.js"></script>
<script src="dev_compiler/runtime/dart/async.js"></script>
<script src="dev_compiler/runtime/dart/_foreign_helper.js"></script>
<script src="dev_compiler/runtime/dart/_js_embedded_names.js"></script>
<script src="dev_compiler/runtime/dart/_js_names.js"></script>
<script src="dev_compiler/runtime/dart/_js_helper.js"></script>
<script src="dev_compiler/runtime/dart/isolate.js"></script>
<script src="dev_compiler/runtime/dart/typed_data.js"></script>
<script src="dev_compiler/runtime/dart/_isolate_helper.js"></script>
<script src="dev_compiler/runtime/dart/_js_primitives.js"></script>
<script src="dir/html_input_d.js"></script>
<script src="dir/html_input_b.js"></script>
<script src="dir/html_input_e.js"></script>
<script src="dir/html_input_c.js"></script>
<script src="dir/html_input_a.js"></script>
<script>html_input_a.main();</script>
</body></html>