v8/src/js
neis 4e2c0dd7a9 [proxies] Make Object.{freeze,seal} behave correctly for proxies.
- Add JSReceiver::SetIntegrityLevel, with a fast path for regular objects.
- Make Object.{freeze,seal} call this via %Object{Freeze,Seal}, thus no longer
  using broken or deprecated functions from v8natives.js.
- Add JSReceiver::OwnPropertyKeys convenience function.
- Reenable harmony/proxies-hash.js test.

R=rossberg
BUG=v8:1543
LOG=N

Review URL: https://codereview.chromium.org/1489423002

Cr-Commit-Position: refs/heads/master@{#32651}
2015-12-07 11:01:35 +00:00
..
array-iterator.js Move error message makers off js builtins object. 2015-10-22 11:30:07 +00:00
array.js [API] GetOwnPropertyDescriptor: use C++ implementation 2015-12-07 11:00:33 +00:00
arraybuffer.js Revert of [es6] Correctify and unify ArrayBuffer and SharedArrayBuffer constructors. (patchset #2 id:20001 of https://codereview.chromium.org/1500543002/ ) 2015-12-04 10:38:48 +00:00
collection-iterator.js Move error message makers off js builtins object. 2015-10-22 11:30:07 +00:00
collection.js [runtime] Adding more detailed error message for Object::GetMethod. 2015-12-02 12:25:51 +00:00
date.js [bootstrapper] add checks for variable bindings in native scripts. 2015-12-01 14:28:19 +00:00
generator.js [runtime] Remove the very dangerous %_CallFunction intrinsic. 2015-11-05 11:48:21 +00:00
harmony-array-includes.js Move error message makers off js builtins object. 2015-10-22 11:30:07 +00:00
harmony-atomics.js [builtins] Get rid of a few %_ClassOf uses. 2015-11-12 08:34:02 +00:00
harmony-object-observe.js Native context: use import/export for Object observe related functions. 2015-10-15 08:32:47 +00:00
harmony-reflect.js Move error message makers off js builtins object. 2015-10-22 11:30:07 +00:00
harmony-regexp.js Unify setting accessor properties in native code. 2015-11-10 06:58:41 +00:00
harmony-sharedarraybuffer.js Revert of [es6] Correctify and unify ArrayBuffer and SharedArrayBuffer constructors. (patchset #2 id:20001 of https://codereview.chromium.org/1500543002/ ) 2015-12-04 10:38:48 +00:00
harmony-simd.js Use new.target in favor of %_IsConstructCall intrinsic (1). 2015-11-30 10:48:32 +00:00
i18n.js Use new.target in favor of %_IsConstructCall intrinsic (2). 2015-12-01 10:50:30 +00:00
iterator-prototype.js Install iterator meta objects via utils object. 2015-10-16 11:27:33 +00:00
json.js Remove JSBuiltinsObject. 2015-11-02 13:04:34 +00:00
macros.py [proxies] Use JSReceiver::GetKeys() for more purposes 2015-12-04 15:20:57 +00:00
math.js Implement xorshift128+ for Math.random. 2015-11-24 13:18:44 +00:00
messages.js Removed support deprecated (//@|/*@) source(URL|MappingURL)= 2015-12-02 19:53:47 +00:00
object-observe.js Move error message makers off js builtins object. 2015-10-22 11:30:07 +00:00
prologue.js [proxies] Use JSReceiver::GetKeys() for more purposes 2015-12-04 15:20:57 +00:00
promise.js Revert of Clean up promises and fix an edge case bug (patchset #4 id:60001 of https://codereview.chromium.org/1488783002/ ) 2015-12-05 08:51:20 +00:00
proxy.js [API] GetOwnPropertyDescriptor: use C++ implementation 2015-12-07 11:00:33 +00:00
regexp.js [es6] Implement @@match subclassing. 2015-11-24 13:57:31 +00:00
runtime.js Avoid creating indexed elements at index maxUint32 2015-11-05 00:43:46 +00:00
spread.js Remove flags for spread calls and arrays 2015-10-28 15:57:27 +00:00
string-iterator.js Move error message makers off js builtins object. 2015-10-22 11:30:07 +00:00
string.js [es6] Implement @@match subclassing. 2015-11-24 13:57:31 +00:00
symbol.js [proxies] Use JSReceiver::GetKeys() for more purposes 2015-12-04 15:20:57 +00:00
templates.js [runtime] Remove the very dangerous %_CallFunction intrinsic. 2015-11-05 11:48:21 +00:00
typedarray.js Use new.target in favor of %_IsConstructCall intrinsic (2). 2015-12-01 10:50:30 +00:00
uri.js Move error message makers off js builtins object. 2015-10-22 11:30:07 +00:00
v8natives.js [proxies] Make Object.{freeze,seal} behave correctly for proxies. 2015-12-07 11:01:35 +00:00
weak-collection.js [runtime] Adding more detailed error message for Object::GetMethod. 2015-12-02 12:25:51 +00:00