Comment #7 on issue 4307 by bugdro...@chromium.org: Implement well-known symbol `Symbol.toPrimitive`
https://code.google.com/p/v8/issues/detail?id=4307#c7

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/09de997b3504368d40644afa7310b90faff5d09c

commit 09de997b3504368d40644afa7310b90faff5d09c
Author: bmeurer <bmeu...@chromium.org>
Date: Fri Aug 28 12:59:51 2015

[runtime] Add %ToString and %_ToString and remove the TO_STRING builtin.

This adds a new ToString runtime function and a fast-path ToStringStub
(which is just a simple dispatcher for existing functionality), and also
implements %_ToName using the ToStringStub.

R=mstarzin...@chromium.org, yang...@chromium.org
BUG=v8:4307
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#30442}

[modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/arm/builtins-arm.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/arm/code-stubs-arm.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/arm/interface-descriptors-arm.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/arm64/builtins-arm64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/arm64/code-stubs-arm64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/arm64/interface-descriptors-arm64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/code-factory.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/code-factory.h [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/code-stubs.h [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/compiler/js-generic-lowering.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/compiler/linkage.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/contexts.h [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/full-codegen/arm/full-codegen-arm.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/full-codegen/arm64/full-codegen-arm64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/full-codegen/full-codegen.h [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/full-codegen/ia32/full-codegen-ia32.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/full-codegen/mips/full-codegen-mips.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/full-codegen/mips64/full-codegen-mips64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/full-codegen/x64/full-codegen-x64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/ia32/builtins-ia32.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/ia32/code-stubs-ia32.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/ia32/interface-descriptors-ia32.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/interface-descriptors.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/interface-descriptors.h [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/mips/builtins-mips.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/mips/code-stubs-mips.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/mips/interface-descriptors-mips.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/mips64/builtins-mips64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/mips64/code-stubs-mips64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/mips64/interface-descriptors-mips64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/runtime.js [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/runtime/runtime-object.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/runtime/runtime.h [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/x64/builtins-x64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/x64/code-stubs-x64.cc [modify] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/src/x64/interface-descriptors-x64.cc [add] http://crrev.com/09de997b3504368d40644afa7310b90faff5d09c/test/mjsunit/harmony/to-string.js


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to