aboutsummaryrefslogtreecommitdiff
path: root/src/preamble_sharedlib.js
AgeCommit message (Collapse)Author
2012-11-24remove STRING_TABLE in preparation for better system to reduce # of globalsAlon Zakai
2012-01-25String constants are store in a table to limit variable countjulien.hamaide
2012-01-16refactor runtime init and exit codeAlon Zakai
2011-06-26Minor polish:max99x
* Fixed loose "in" check for library functions in jsifier.js. * Made __globalConstructor__ a var in preamble_sharedlib.js.
2011-06-26Prevented shared libs from overwriting __globalConstructor__.max99x