ae5ae1ccee
Reason for revert:
Breaks node.js integration bot: https://build.chromium.org/p/client.v8.fyi/builders/V8%20-%20node.js%20integration/builds/5374/steps/build%20addons%20and%20test%20node.js/logs/stdio
Original issue's description:
> [js] Avoid %_ClassOf for collection builtins.
>
> The collection builtins (Map, Set, WeakMap, WeakSet) are still written
> in JavaScript and make heavy use of %_ClassOf, which is kind of
> expensive compared to a simple instance type check. Change that to use
> simple instance type checks instead.
>
> R=jarin@chromium.org
> BUG=v8:6261,v8:6278,v8:6344
>
> Review-Url: https://codereview.chromium.org/2814773005
> Cr-Commit-Position: refs/heads/master@{#45106}
> Committed:
|
||
---|---|---|
.. | ||
array.js | ||
collection-iterator.js | ||
collection.js | ||
intl.js | ||
macros.py | ||
max-min.js | ||
messages.js | ||
OWNERS | ||
prologue.js | ||
promise.js | ||
proxy.js | ||
spread.js | ||
string.js | ||
templates.js | ||
typedarray.js | ||
v8natives.js | ||
weak-collection.js |