-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
This does very similar to the linked bug.
function toto(){
var valueOf = value.valueOf,
objProto = typeof valueOf == 'function' && (objProto = getPrototypeOf(valueOf)) && getPrototypeOf(objProto);
}
function toto(){
var valueOf = value.valueOf,
objProto = typeof valueOf == 'function' && (objProto = getPrototypeOf(valueOf)) && getPrototypeOf(objProto);
}
- duplicates
-
JDK-8019585 Another bytecode problem with typeof chains
-
- Closed
-
- relates to
-
JDK-8019252 Some new wrong bytecode generations
-
- Closed
-
-
JDK-8016667 Wrong bytecode generation when testing/setting
-
- Closed
-