@@ -74,7 +74,7 @@ var expectedPropertyNamesSet = {
74
74
"Object" : "['arguments', 'caller', 'create', 'defineProperties', 'defineProperty', 'deliverChangeRecords', 'freeze', 'getNotifier', 'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getOwnPropertySymbols', 'getPrototypeOf', 'is', 'isExtensible', 'isFrozen', 'isSealed', 'keys', 'length', 'name', 'observe', 'preventExtensions', 'prototype', 'seal', 'setPrototypeOf', 'unobserve']" ,
75
75
"Object.prototype" : "['__defineGetter__', '__defineSetter__', '__lookupGetter__', '__lookupSetter__', '__proto__', 'constructor', 'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString', 'valueOf']" ,
76
76
"Function" : "['arguments', 'caller', 'length', 'name', 'prototype']" ,
77
- "Function.prototype" : "['apply', 'arguments', 'bind', 'call', 'caller', 'constructor', 'length', 'name', 'toMethod', ' toString']" ,
77
+ "Function.prototype" : "['apply', 'arguments', 'bind', 'call', 'caller', 'constructor', 'length', 'name', 'toString']" ,
78
78
"Array" : "['arguments', 'caller', 'isArray', 'length', 'name', 'observe', 'prototype', 'unobserve']" ,
79
79
"Array.prototype" : "['concat', 'constructor', 'entries', 'every', 'filter', 'forEach', 'indexOf', 'join', 'keys', 'lastIndexOf', 'length', 'map', 'pop', 'push', 'reduce', 'reduceRight', 'reverse', 'shift', 'slice', 'some', 'sort', 'splice', 'toLocaleString', 'toString', 'unshift']" ,
80
80
"String" : "['arguments', 'caller', 'fromCharCode', 'fromCodePoint', 'length', 'name', 'prototype', 'raw']" ,
0 commit comments