Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 1196 by [email protected]: Sputnik: Delete of global variable returns false
http://code.google.com/p/v8/issues/detail?id=1196 var x = 0; if (delete x) { print("PASS"); } else { print("FAIL"); } Also Sputnik test: http://code.google.com/p/sputniktests/source/browse/trunk/tests/Conformance/08_Types/8.7_The_Reference_Type/S8.7_A5_T2.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
