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

Unified Diff: runtime/vm/object.h

Issue 133813008: Avoid printing the full token stream and doing line/column position calculations when extracting th… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: unmark standalone and content shell as slow Created 6 years, 10 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
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 85cccf1370b6dadc2bac466eaddd0e0f073c0bb4..fa95797987323c29674aff65680389fbe5b79ff3 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2266,6 +2266,7 @@ class TokenStream : public Object {
void SetStream(const ExternalTypedData& stream) const;
RawString* GenerateSource() const;
+ RawString* GenerateSource(intptr_t start, intptr_t end) const;
intptr_t ComputeSourcePosition(intptr_t tok_pos) const;
RawString* PrivateKey() const;
« runtime/lib/mirrors.cc ('K') | « runtime/lib/mirrors.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698