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

Unified Diff: src/stub-cache.cc

Issue 118553003: Upgrade Symbol implementation to match current ES6 behavior. (Closed) Base URL: git://github.com/v8/v8.git@bleeding_edge
Patch Set: Remove uninteresting equality test Created 6 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/runtime.js ('k') | src/symbol.js » ('j') | src/symbol.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/stub-cache.cc
diff --git a/src/stub-cache.cc b/src/stub-cache.cc
index b83a5e142017b6cbe5b37b0e256b9ac7373f73fa..84ddc80614f3a7c9c216a50a1f4e77108308a044 100644
--- a/src/stub-cache.cc
+++ b/src/stub-cache.cc
@@ -247,8 +247,6 @@ Handle<Code> StubCache::ComputeKeyedStoreElement(
}
-#define CALL_LOGGER_TAG(kind, type) (Logger::KEYED_##type)
-
static void FillCache(Isolate* isolate, Handle<Code> code) {
Handle<UnseededNumberDictionary> dictionary =
UnseededNumberDictionary::Set(isolate->factory()->non_monomorphic_cache(),
@@ -744,9 +742,6 @@ Handle<Code> StubCompiler::CompileStoreMegamorphic(Code::Flags flags) {
}
-#undef CALL_LOGGER_TAG
-
-
Handle<Code> StubCompiler::GetCodeWithFlags(Code::Flags flags,
const char* name) {
// Create code object in the heap.
« no previous file with comments | « src/runtime.js ('k') | src/symbol.js » ('j') | src/symbol.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698