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

Unified Diff: src/objects.h

Issue 2248673002: Avoid accessing Isolate in source position logging. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 4 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 | « src/log.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index a1a52b6eee75ef4c97542aedafc29f5e99f347b6..a3aa22c42f9dedcfdd6462610f977061f8d285da 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -5568,6 +5568,9 @@ class AbstractCode : public HeapObject {
// Return the source position table.
inline ByteArray* source_position_table();
+ // Set the source position table.
+ inline void set_source_position_table(ByteArray* source_position_table);
+
// Return the exception handler table.
inline int LookupRangeInHandlerTable(
int code_offset, int* data, HandlerTable::CatchPrediction* prediction);
« no previous file with comments | « src/log.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698