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

Issue 1369293003: Wrap JSFunction bindings in a helper object (Closed)

Created:
5 years, 2 months ago by mvstanton
Modified:
5 years, 2 months ago
Reviewers:
Igor Sheludko
CC:
v8-reviews_googlegroups.com, Yang
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Wrap JSFunction bindings in a helper object. We need to do other things with this bindings object, like store a feedback vector. Therefore, it's a good time to wrap it up in a helper class. BUG= Committed: https://crrev.com/5becebee313bb159e11f92535303db1332f9daec Cr-Commit-Position: refs/heads/master@{#31044}

Patch Set 1 #

Patch Set 2 : Bugfix. #

Patch Set 3 : Removed macros.py change. #

Patch Set 4 : Better wrapping. #

Total comments: 16

Patch Set 5 : comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -70 lines) Patch
M src/api.cc View 1 2 3 1 chunk +4 lines, -5 lines 0 comments Download
M src/debug/debug.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M src/objects.h View 1 2 3 5 chunks +46 lines, -7 lines 0 comments Download
M src/objects.cc View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 3 chunks +73 lines, -3 lines 0 comments Download
M src/profiler/heap-snapshot-generator.cc View 1 2 3 1 chunk +6 lines, -10 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 3 1 chunk +4 lines, -9 lines 0 comments Download
M src/runtime/runtime-function.cc View 1 2 3 4 5 chunks +25 lines, -30 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
mvstanton
Hi Igor, Here is the CL we discussed, thanks for the look! --Michael
5 years, 2 months ago (2015-09-30 14:49:22 UTC) #3
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/1369293003/diff/60001/src/runtime/runtime-function.cc File src/runtime/runtime-function.cc (right): https://codereview.chromium.org/1369293003/diff/60001/src/runtime/runtime-function.cc#newcode360 src/runtime/runtime-function.cc:360: CONVERT_ARG_HANDLE_CHECKED(Object, bindee, 1); While you are ...
5 years, 2 months ago (2015-10-01 08:03:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1369293003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1369293003/80001
5 years, 2 months ago (2015-10-01 11:22:59 UTC) #7
mvstanton
Thanks! https://codereview.chromium.org/1369293003/diff/60001/src/runtime/runtime-function.cc File src/runtime/runtime-function.cc (right): https://codereview.chromium.org/1369293003/diff/60001/src/runtime/runtime-function.cc#newcode360 src/runtime/runtime-function.cc:360: CONVERT_ARG_HANDLE_CHECKED(Object, bindee, 1); On 2015/10/01 08:03:35, Igor Sheludko ...
5 years, 2 months ago (2015-10-01 11:23:01 UTC) #8
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-10-01 11:45:54 UTC) #9
commit-bot: I haz the power
5 years, 2 months ago (2015-10-01 11:46:29 UTC) #10
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5becebee313bb159e11f92535303db1332f9daec
Cr-Commit-Position: refs/heads/master@{#31044}

Powered by Google App Engine
This is Rietveld 408576698