search for: safdlojasfljsaiofhiwjhefa

Displaying 1 result from an estimated 1 matches for "safdlojasfljsaiofhiwjhefa".

2007 Aug 21
0
2 commits - test/trace
...erty (o, prop) +{ + if (o.__proto__ == undefined) { - if (o[prop] != undefined) - return true; - else - return false; o.__proto__ = new_empty_object (); - o.__proto__[prop] = "rapojdfoajiofjhaijhfidsjnfiohrbma"; - var result; + + o.__proto__[prop] = "safdlojasfljsaiofhiwjhefa"; if (o[prop] != o.__proto__[prop]) { result = true; } else { result = false; } - // have to be set to string first, otherwise it won't delete + o.__proto__ = "to-be-deleted"; delete o.__proto__; + if (o.__proto__ != undefined) { +...