hg: nashorn/jdk8/nashorn: 8023368: Instance __proto__ property should exist and be writable.

sundararajan.athijegannathan at oracle.com sundararajan.athijegannathan at oracle.com
Wed Aug 21 04:59:40 PDT 2013


Changeset: b7c04b3b01a7
Author:    sundar
Date:      2013-08-21 17:28 +0530
URL:       http://hg.openjdk.java.net/nashorn/jdk8/nashorn/rev/b7c04b3b01a7

8023368: Instance __proto__ property should exist and be writable.
Reviewed-by: attila, hannesw

! src/jdk/nashorn/api/scripting/ScriptObjectMirror.java
! src/jdk/nashorn/internal/objects/NativeObject.java
! src/jdk/nashorn/internal/runtime/PropertyListener.java
! src/jdk/nashorn/internal/runtime/PropertyListenerManager.java
! src/jdk/nashorn/internal/runtime/PropertyMap.java
! src/jdk/nashorn/internal/runtime/ScriptEnvironment.java
! src/jdk/nashorn/internal/runtime/ScriptObject.java
! src/jdk/nashorn/internal/runtime/resources/Messages.properties
! src/jdk/nashorn/internal/runtime/resources/Options.properties
! src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js
+ test/script/basic/JDK-8023368.js
+ test/script/basic/JDK-8023368.js.EXPECTED
+ test/script/basic/JDK-8023368_2.js
+ test/script/basic/JDK-8023368_2.js.EXPECTED
+ test/script/basic/circular_proto.js
+ test/script/basic/circular_proto.js.EXPECTED
+ test/script/basic/mirror_proto_assign.js
+ test/script/basic/mirror_proto_assign.js.EXPECTED
+ test/script/basic/nonextensible_proto_assign.js
+ test/script/basic/nonextensible_proto_assign.js.EXPECTED



More information about the nashorn-dev mailing list