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

Issue 606053: Enable passing of script data via script creation methods (Closed)

Created:
10 years, 10 months ago by caseq
Modified:
9 years, 7 months ago
Reviewers:
Søren Thygesen Gjesse, mnaganov
CC:
pfeldman
Visibility:
Public.

Description

Allow passing of script data via script creation methods (Script::New & Script::Compile), so that this field may be used to pass some data to compile events.

Patch Set 1 #

Total comments: 20

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -52 lines) Patch
M include/v8.h View 1 1 chunk +56 lines, -31 lines 0 comments Download
M src/api.cc View 1 4 chunks +15 lines, -15 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler.cc View 1 2 chunks +5 lines, -1 line 0 comments Download
M src/debug.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/handles.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 4 chunks +35 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
caseq
Hi Søren! Pavel mentioned you're the best person to review this :) Basically, we'd like ...
10 years, 10 months ago (2010-02-15 19:22:58 UTC) #1
Søren Thygesen Gjesse
LGTM with comments addressed. http://codereview.chromium.org/606053/diff/1/2 File include/v8.h (right): http://codereview.chromium.org/606053/diff/1/2#newcode543 include/v8.h:543: * will use the currently ...
10 years, 10 months ago (2010-02-16 10:37:53 UTC) #2
caseq
http://codereview.chromium.org/606053/diff/1/2 File include/v8.h (right): http://codereview.chromium.org/606053/diff/1/2#newcode543 include/v8.h:543: * will use the currently entered context. On 2010/02/16 ...
10 years, 10 months ago (2010-02-16 15:00:47 UTC) #3
caseq
Oops. Added newly changed files.
10 years, 10 months ago (2010-02-16 15:23:04 UTC) #4
caseq
10 years, 10 months ago (2010-02-16 15:25:32 UTC) #5
Søren Thygesen Gjesse
10 years, 10 months ago (2010-02-16 15:59:23 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698