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

Unified Diff: src/compiler.cc

Issue 736383002: Remove superflous SharedFunctionInfo::uses_super call. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 3b612c1323dbf5874fb56cbe6959e699cb9112f0..710f938bed205937ce4a2b334c414a0569d17cf2 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -1351,7 +1351,6 @@ Handle<SharedFunctionInfo> Compiler::BuildFunctionInfo(
RecordFunctionCompilation(Logger::FUNCTION_TAG, &info, result);
result->set_allows_lazy_compilation(allow_lazy);
result->set_allows_lazy_compilation_without_context(allow_lazy_without_ctx);
- result->set_uses_super(literal->uses_super());
// Set the expected number of properties for instances and return
// the resulting function.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698