aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2015-01-148068994: Forgot to add a test model to JDK-8068573attila
2015-01-138068889: Calling a @FunctionalInterface from JS leaks internal objectsattila
2014-11-248057691: Nashorn: let & const declarations are not shared between scriptshannesw
2014-11-178049407: Endianness problem with TypedArrayslagergren
2014-11-038059443: NPE when unboxing return valuesattila
2014-11-058062386: Different versions of nashorn use same code cache directoryhannesw
2014-11-058057825: Bug in apply specialization - if an apply specialization that is ava...lagergren
2014-11-038060204: Fix warnings in Joni and testslagergren
2014-11-038062050: A method is considered caller sensitive, but it doesn't have the Cal...attila
2014-10-208060724: ant test262parallel in Nashorn spends a significant amount of time a...hannesw
2014-10-158060688: Nashorn: Generated script class name fails --verify-code for names w...sundar
2014-10-148050977: Java8 Javascript Nashorn exception: no current Global instance for n...sundar
2014-10-098059811: Turn off optimistic typing by default and add both ant test-pessimis...lagergren
2014-09-158058422: Users should be able to overwrite "context" and "engine" variablessundar
2014-09-118057021: UserAccessorProperty guards fail with multiple globalshannesw
2014-09-088057742: ant clean test should not fail if one or more external test suites a...sundar
2014-09-048051889: Implement block scoping in symbol assignment and scope computationhannesw
2014-08-278056123: Anonymous function statements leak internal function names into glob...sundar
2014-08-27Mergeattila
2014-08-278056094: [nashorn] tests fail when running via jtregsundar
2014-08-268056052: Source.getContent() does excess Object.clone()attila
2014-08-268056050: runExternalJsTest method in test/jdk/nashorn/internal/runtime/ClassF...sundar
2014-08-268055811: Tests for Nashorn ClassFilter Supportyan
2014-08-218055687: Wrong "this" passed to JSObject.eval callsundar
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-048044750: megamorphic getter for scope objects does not call __noSuchProperty_...sundar
2014-05-278044000: Access to undefined property yields "null" instead of "undefined"sundar
2014-02-118033231: test fails with java.lang.UnsatisfiedLinkErrormnunez
2014-04-258040078: Avoid repeated reading of source for cached loadshannesw
2014-05-028027933: Add --const-as-var optionsundar
2014-04-098039403: Write sanity tests for persistent cachingmnunez
2014-03-198037779: NoPersistenceCachingTest fails with ant testmnunez
2014-03-178037378: Write sanity tests for bytecode persistence featuremnunez
2014-03-178037400: Remove getInitialMap getters and GlobalObject interfacesundar
2014-03-128021350: Share script classes between threads/globals within contexthannesw
2014-02-078033924: Default permissions are not given for eval codesundar
2014-02-148011964: need indexed access to externally-managed ByteBuffersundar
2014-01-098031359: Invocable.getInterface() works incorrectly if interface has default ...sundar
2014-01-308032681: Issues with Nashornattila
2014-01-308032949: Nashorn linkages awrysundar
2013-11-148028161: nashorn: src/jdk/nashorn/api/scripting/ScriptEngineTest.javasundar
2013-11-078027828: ClassCastException when converting return value of a Java method to ...sundar
2013-11-048027753: Support ScriptObject to JSObject, ScriptObjectMirror, Map, Bindings ...sundar
2013-11-018027236: Ensure ScriptObject and ConsString aren't visible to Javaattila
2013-10-238027128: jdk.nashorn.api.scripting.JSObject should be an interfacesundar
2013-10-178026161: Don't narrow floating-point literals in the lexerattila
2013-10-158026397: Fix ambiguity with array conversion, including passing JS NativeArra...attila
2013-10-148026113: Nashorn arrays should automatically convert to Java arraysattila