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

Unified Diff: src/builtins.cc

Issue 1520843002: Revert of Removes the Callee parameter from FunctionCallbackInfo. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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/arm64/code-stubs-arm64.cc ('k') | src/ia32/code-stubs-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins.cc
diff --git a/src/builtins.cc b/src/builtins.cc
index 31d6f5d985e882492ca35ba6529b75bf8bc7c4d3..9fb8078b718fcf5bd2ff9012443a665c5210552a 100644
--- a/src/builtins.cc
+++ b/src/builtins.cc
@@ -1892,6 +1892,7 @@
FunctionCallbackArguments custom(isolate,
data_obj,
+ *function,
raw_holder,
&args[0] - 1,
args.length() - 1,
@@ -2054,6 +2055,7 @@
FunctionCallbackArguments custom(isolate,
call_data->data(),
+ constructor,
obj,
&args[0] - 1,
args.length() - 1,
« no previous file with comments | « src/arm64/code-stubs-arm64.cc ('k') | src/ia32/code-stubs-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698