aboutsummaryrefslogtreecommitdiff
path: root/src/jdk/nashorn/internal/objects/Global.java
AgeCommit message (Expand)Author
2014-11-248057691: Nashorn: let & const declarations are not shared between scriptshannesw
2014-11-068062308: Incorrect constant linkage with multiple Globals in a Contextattila
2014-09-258025435: Optimistic builtins support, implemented initial optimistic versions...lagergren
2014-09-228047764: Indexed or polymorphic set on global affects Object.prototypehannesw
2014-09-158058422: Users should be able to overwrite "context" and "engine" variablessundar
2014-09-118057021: UserAccessorProperty guards fail with multiple globalshannesw
2014-08-208050078: Nashorn ClassFilter Supportsundar
2014-08-208027043: Turn global accesses into MethodHandle.constant, with one chance of ...attila
2014-08-208044638: Tidy up Nashorn codebase for code standardsattila
2014-06-038044520: Nashorn cannot execute node.js's express modulesundar
2014-05-068042364: Make __proto__ ES6 draft compliantsundar
2014-03-178037400: Remove getInitialMap getters and GlobalObject interfacesundar
2014-03-138015958: DataView constructor is not definedsundar
2014-03-128021350: Share script classes between threads/globals within contexthannesw
2014-03-038035948: Redesign property listeners for shared classeshannesw
2014-01-178032060: PropertyMap of Error objects is not stablesundar
2013-12-098029612: the typeErrorThrower field in ScriptFunctionImpl cannot be static an...sundar
2013-11-018027236: Ensure ScriptObject and ConsString aren't visible to Javaattila
2013-10-188026805: Array.prototype.length doesn't work as expectedhannesw
2013-10-108026250: Logging nullpointer bugfix and javadoc warningslagergren
2013-09-208022587: ClassCache is not optimal and leaks Source instanceshannesw
2013-09-098024180: Incorrect handling of expression and parent scope in 'with' statementssundar
2013-08-098022707: Revisit all doPrivileged blockssundar
2013-08-088022524: Memory leaks in nashorn sources and tests found by jhat analysissundar
2013-07-238021122: Not all callables are handled for toString and other function valued...sundar
2013-07-188020731: Revisit checkPermission calls in Context classsundar
2013-07-088020015: shared PropertyMaps should not be used without duplicationsundar
2013-07-058019947: inherited property invalidation does not work with two globals in sa...sundar
2013-07-038019585: Sometimes a var declaration using itself in its init wasn't declared...lagergren
2013-06-268019157: Avoid calling ScriptObject.setProto() if possiblehannesw
2013-06-218017260: adjust lookup code in objects.* classessundar
2013-06-138015355: Array.prototype functions don't honour non-writable length and / or ...sundar
2013-06-128016453: loadWithNewGlobal does not allow apply operationjlaskey
2013-06-108016239: loadWithNewGlobal should support user supplied arguments from the ca...sundar
2013-06-038015741: Need a global.load function that starts with a new global scope.jlaskey
2013-05-318015727: Thread safe print functionjlaskey
2013-03-258010709: org on the top level doesn't resolvesundar
2013-03-148009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandree...lagergren
2013-03-128009757: Package access clean up and refactoringsundar
2013-03-098009559: clean up method handle lookup code.jdk8-b82sundar
2013-03-068009553: Object.create(Array.prototype) doesn't respect reset lengthsundar
2013-03-048009379: Remove $ from generated class namesjlaskey
2013-02-258008731: Separate configuration environment (options, error/output writer etc...sundar
2013-02-228008093: Make RegExp engine pluggablehannesw
2013-02-228007002: Replace implicit exception throwing methods with explicit throws - s...lagergren
2013-02-148008085: Integrate Dynalink source code into Nashorn codebaseattila
2013-02-148008199: Lazy compilation and trampoline implementationlagergren
2013-02-128007900: Function binding is inefficientattila
2013-02-118007915: Nashorn IR, codegen, parser packages and Context instance should be ...sundar
2013-02-078007718: Make static RegExp properties fully compatible to other engineshannesw