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

Unified Diff: src/runtime/runtime-function.cc

Issue 2108193003: [modules] AST and parser rework. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@anonymous-declarations
Patch Set: . Created 4 years, 5 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/runtime/runtime-function.cc
diff --git a/src/runtime/runtime-function.cc b/src/runtime/runtime-function.cc
index 757424df0cabdf911c2d551624f82c16de2b1017..fd55066823522824ce0e3b7d2c3e935e0cf72137 100644
--- a/src/runtime/runtime-function.cc
+++ b/src/runtime/runtime-function.cc
@@ -39,7 +39,7 @@ RUNTIME_FUNCTION(Runtime_FunctionSetName) {
name = String::Flatten(name);
f->shared()->set_name(*name);
- return isolate->heap()->undefined_value();
+ return *f;
adamk 2016/07/13 18:38:22 I think you won't need this change after you chang
neis 2016/07/14 10:28:24 Done.
}

Powered by Google App Engine
This is Rietveld 408576698