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

Issue 172043: Context-independent script compilation. (Closed)

Created:
11 years, 4 months ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Context-independent script compilation. Added Script::New calls that create a new context-independent (boilerplate) script which can be executed in any context, unlike the current scripts which bind the context in which they're compiled.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -6 lines) Patch
M include/v8.h View 2 chunks +35 lines, -1 line 0 comments Download
M src/api.cc View 3 chunks +30 lines, -5 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Christian Plesner Hansen
11 years, 4 months ago (2009-08-17 11:36:20 UTC) #1
Mads Ager (chromium)
11 years, 4 months ago (2009-08-17 11:39:26 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698