Displaying 1 result from an estimated 1 matches for "rapojdfoajiofjhaijhfidsjnfiohrbma".
2007 Aug 21
0
2 commits - test/trace
...and 7) so their existance
+// won't be detected by this function
+function hasOwnProperty (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...