Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Issue 936033002: Replace custom implementation of ObjectProtoToString with call to builtin

Created:
5 years, 10 months ago by yurys
Modified:
5 years, 10 months ago
CC:
v8-dev, aandrey
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Replace custom implementation of ObjectProtoToString with call to builtin The implementation in api.cc seems to just repeat what is written in v8natives.js and harmony-tostring.js I replaced it with call to the corresponding builtin. BUG=None LOG=N

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -58 lines) Patch
M src/api.cc View 1 chunk +30 lines, -58 lines 0 comments Download

Messages

Total messages: 5 (4 generated)
yurys
5 years, 10 months ago (2015-02-18 12:15:38 UTC) #2
@fqian: my understanding is that this change shouldn't regress Blink
implementation of V8Window::toStringMethodCustom [1]. Please confirm that as you
are the author of the FIXME comment for that code.

[1]
https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit...

Powered by Google App Engine
This is Rietveld 408576698