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

Unified Diff: include/v8.h

Issue 6982059: Reduce TLS overhead in v8::TryCatch. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: . Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index a9f8448565349bb5725954888a63fd59916f886f..eb677aa655e39a1c12cbca3f7662cdb249058f57 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -3259,6 +3259,7 @@ class V8EXPORT TryCatch {
void SetCaptureMessage(bool value);
private:
+ v8::internal::Isolate* isolate_;
Vyacheslav Egorov (Chromium) 2011/06/07 14:58:26 I think it's the first time when we actually use v
Vitaly Repeshko 2011/06/07 15:01:30 We already use it in a few places. It doesn't real
void* next_;
void* exception_;
void* message_;
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698