Created
October 11, 2019 02:16
-
-
Save ailabs-software/789d53e5d36f63d29b26f46f0962a0b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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