aboutsummaryrefslogtreecommitdiff
path: root/src/jdk/nashorn/internal/runtime/SetMethodCreator.java
AgeCommit message (Expand)Author
2015-09-168134609: Allow constructors with same prototoype map to share the allocator maphannesw
2015-04-108067215: Disable dual fields when not using optimistic typeshannesw
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-118057021: UserAccessorProperty guards fail with multiple globalshannesw
2014-09-048051889: Implement block scoping in symbol assignment and scope computationhannesw
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-03-178037400: Remove getInitialMap getters and GlobalObject interfacesundar
2014-03-128021350: Share script classes between threads/globals within contexthannesw
2014-03-038035948: Redesign property listeners for shared classeshannesw
2014-01-078029667: Prototype linking is incorrecthannesw
2013-06-268008458: Strict functions dont share property mapjlaskey
2013-05-248011630: JSON parsing performance issuehannesw
2013-04-308006220: Simplify PropertyMapsjlaskey
2013-03-098009559: clean up method handle lookup code.sundar
2013-02-228007002: Replace implicit exception throwing methods with explicit throws - s...lagergren
2013-02-158008239: Unpublicized parts of the code generator package that were only pack...lagergren
2013-02-148008085: Integrate Dynalink source code into Nashorn codebaseattila
2013-02-118007915: Nashorn IR, codegen, parser packages and Context instance should be ...sundar
2013-02-018007060: Primitive wrap filter throws ClassCastException in test262parallelhannesw
2013-01-228006678: Avoid too many Context.getGlobal() callssundar
2013-01-228006570: This-value for non-strict functions should be converted to objecthannesw
2013-01-088005801: Refactor findSetMethodattila