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

Unified Diff: src/isolate.h

Issue 2638783002: Revert of [Parser] Introduce AstStringConstants to share constants across AstValueFactory (Closed)
Patch Set: Created 3 years, 11 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/interpreter/bytecode-generator.cc ('k') | src/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 6e3b9f5bc7bf57c5da6a7b7594de5b3c1ce8d458..fc36de3aa53b0a64f3d1cf51d8636ce14704eacc 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -35,7 +35,6 @@
class AccessCompilerData;
class AddressToIndexHashMap;
-class AstStringConstants;
class BasicBlockProfiler;
class Bootstrapper;
class CancelableTaskManager;
@@ -1156,10 +1155,6 @@
CancelableTaskManager* cancelable_task_manager() {
return cancelable_task_manager_;
- }
-
- AstStringConstants* ast_string_constants() const {
- return ast_string_constants_;
}
interpreter::Interpreter* interpreter() const { return interpreter_; }
@@ -1404,8 +1399,6 @@
std::unique_ptr<CodeEventDispatcher> code_event_dispatcher_;
FunctionEntryHook function_entry_hook_;
- AstStringConstants* ast_string_constants_;
-
interpreter::Interpreter* interpreter_;
CompilerDispatcher* compiler_dispatcher_;
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698