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

Unified Diff: src/parsing/func-name-inferrer.cc

Issue 1439693002: [runtime] Support Proxy setPrototypeOf trap (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@2015-11-09_new_Proxy_1417063011
Patch Set: merging with master Created 5 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 | « src/parsing/func-name-inferrer.h ('k') | src/parsing/json-parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/func-name-inferrer.cc
diff --git a/src/parsing/func-name-inferrer.cc b/src/parsing/func-name-inferrer.cc
index 12013afd282bec18a947c21a167b9b9f0452ac27..aa70160d8d727933f07c14db2a79921dab31e2ee 100644
--- a/src/parsing/func-name-inferrer.cc
+++ b/src/parsing/func-name-inferrer.cc
@@ -17,8 +17,7 @@ FuncNameInferrer::FuncNameInferrer(AstValueFactory* ast_value_factory,
entries_stack_(10, zone),
names_stack_(5, zone),
funcs_to_infer_(4, zone),
- zone_(zone) {
-}
+ zone_(zone) {}
void FuncNameInferrer::PushEnclosingName(const AstRawString* name) {
« no previous file with comments | « src/parsing/func-name-inferrer.h ('k') | src/parsing/json-parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698