Revision: 22982
Author: [email protected]
Date: Thu Aug 7 18:19:38 2014 UTC
Log: Properly rebaseline getOwnPropertyNames test.
[email protected]
[email protected], [email protected]
BUG=
Review URL: https://codereview.chromium.org/454463002
http://code.google.com/p/v8/source/detail?r=22982
Modified:
/branches/bleeding_edge/test/webkit/fast/js/Object-getOwnPropertyNames.js
=======================================
---
/branches/bleeding_edge/test/webkit/fast/js/Object-getOwnPropertyNames.js
Wed Aug 6 19:30:52 2014 UTC
+++
/branches/bleeding_edge/test/webkit/fast/js/Object-getOwnPropertyNames.js
Thu Aug 7 18:19:38 2014 UTC
@@ -76,7 +76,7 @@
"Function": "['arguments', 'caller', 'length', 'name', 'prototype']",
"Function.prototype": "['apply', 'arguments', 'bind', 'call', 'caller',
'constructor', 'length', 'name', 'toString']",
"Array": "['arguments', 'caller', 'isArray', 'length', 'name', 'observe',
'prototype', 'unobserve']",
- "Array.prototype": "['concat', 'constructor', 'every', 'filter', 'forEach',
'indexOf', 'join', 'lastIndexOf', 'length', 'map', 'pop', 'push', 'reduce', 'reduceRight',
'reverse', 'shift', 'slice', 'some', 'sort', 'splice', 'toLocaleString', 'toString',
'unshift']",
+ "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', 'values']",
"String": "['arguments', 'caller', 'fromCharCode', 'length', 'name',
'prototype']",
"String.prototype": "['anchor', 'big', 'blink', 'bold', 'charAt', 'charCodeAt',
'concat', 'constructor', 'fixed', 'fontcolor', 'fontsize', 'indexOf', 'italics', 'lastIndexOf',
'length', 'link', 'localeCompare', 'match', 'normalize', 'replace', 'search', 'slice', 'small',
'split', 'strike', 'sub', 'substr', 'substring', 'sup', 'toLocaleLowerCase', 'toLocaleUpperCase',
'toLowerCase', 'toString', 'toUpperCase', 'trim', 'trimLeft', 'trimRight', 'valueOf']",
"Boolean": "['arguments', 'caller', 'length', 'name', 'prototype']",
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.