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

Issue 64643008: api: add {Function,Object}Template::GetIsolate()

Created:
7 years, 1 month ago by bnoordhuis
Modified:
7 years, 1 month ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

api: add {Function,Object}Template::GetIsolate()

Patch Set 1 #

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

Messages

Total messages: 1 (0 generated)
bnoordhuis
7 years, 1 month ago (2013-11-10 14:47:12 UTC) #1
Add a GetIsolate() method to v8::FunctionTemplate and v8::ObjectTemplate to make
life a little easier for embedders.

Powered by Google App Engine
This is Rietveld 408576698