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

Unified Diff: src/objects.h

Issue 1372293005: [Interpreter] Support top-level code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 5 years, 2 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: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 2f1405f57d10825a38899967a80d41ffca23d5cd..71653c8b94482c505f77e370f565d5e8cabb8a53 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -8685,6 +8685,9 @@ class String: public Name {
// For use during stack traces. Performs rudimentary sanity check.
bool LooksValid();
+ // Used for flags such as --hydrogen-filter.
+ bool PassesFilter(const char* raw_filter);
Michael Starzinger 2015/10/07 09:53:29 As discussed offline: Can we add a TODO here that
rmcilroy 2015/10/07 10:05:37 Added TODO.
+
// Dispatched behavior.
void StringShortPrint(StringStream* accumulator);
void PrintUC16(std::ostream& os, int start = 0, int end = -1); // NOLINT
« src/compiler.h ('K') | « src/interpreter/interpreter.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698