Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
9
-
None
-
b29
-
generic
-
generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056565 | emb-9 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | master |
JDK-8064190 | 8u45 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b01 |
JDK-8055803 | 8u40 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b04 |
JDK-8070427 | emb-8u47 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | team |
Description
Browser's javascript engine objects are exposed as instances of netscape.javascript.JSObject class. Nashorn linker should specially handle instanceof this class. Property access, modification, indexed property access, modification should be routed to get/setMember, get/setSlot methods of this class to seamlessly integrate Nashorn with browser's JS engine objects.
Attachments
Issue Links
- backported by
-
JDK-8055803 Nashorn misses linker for netscape.javascript.JSObject instances
-
- Resolved
-
-
JDK-8056565 Nashorn misses linker for netscape.javascript.JSObject instances
-
- Resolved
-
-
JDK-8064190 Nashorn misses linker for netscape.javascript.JSObject instances
-
- Resolved
-
-
JDK-8070427 Nashorn misses linker for netscape.javascript.JSObject instances
-
- Resolved
-