Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ailabs-software/789d53e5d36f63d29b26f46f0962a0b7 to your computer and use it in GitHub Desktop.
Save ailabs-software/789d53e5d36f63d29b26f46f0962a0b7 to your computer and use it in GitHub Desktop.
(function()
{
/** Auto-generated variables */
var myAccountName = "Harry";
// BEGIN DART PROGRAM, COMPILED OF COURSE
import "dart:js";
print( context["myAccountName"] ); // Does not work because myAccountName is in closure, not on global object!
// END DART PROGRAM
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment