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

Issue 9223016: Add a getter for value set with AllowCodeGenerationFromStrings (Closed)

Created:
8 years, 11 months ago by yurys
Modified:
8 years, 10 months ago
Reviewers:
pfeldman, danno, loislo
CC:
v8-dev
Visibility:
Public.

Description

Add a getter for value set with AllowCodeGenerationFromStrings Committed: https://code.google.com/p/v8/source/detail?r=10578

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M include/v8.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
yurys
8 years, 11 months ago (2012-01-27 13:31:34 UTC) #1
danno
LGTM with the name change http://codereview.chromium.org/9223016/diff/1/include/v8.h File include/v8.h (right): http://codereview.chromium.org/9223016/diff/1/include/v8.h#newcode3545 include/v8.h:3545: bool CodeGenerationFromStringsAllowed(); Should be ...
8 years, 10 months ago (2012-02-01 12:33:37 UTC) #2
yurys
8 years, 10 months ago (2012-02-01 12:58:08 UTC) #3
http://codereview.chromium.org/9223016/diff/1/include/v8.h
File include/v8.h (right):

http://codereview.chromium.org/9223016/diff/1/include/v8.h#newcode3545
include/v8.h:3545: bool CodeGenerationFromStringsAllowed();
On 2012/02/01 12:33:37, danno wrote:
> Should be called "IsCodeGenerateFromStringsAllowed()"

Done.

Powered by Google App Engine
This is Rietveld 408576698