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

Unified Diff: src/code-stub-assembler.h

Issue 2829093004: [turbofan] Avoid going through ArgumentsAdaptorTrampoline for CSA/C++ builtins (Closed)
Patch Set: Merge with ToT Created 3 years, 8 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/code-stub-assembler.h
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
index 74c23c67f1033633a6698d997b99ebd47597c252..49820c6fb9e4ece43a7ee0991b0148e734986671 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -1473,6 +1473,8 @@ class CodeStubArguments {
Node* AtIndex(int index) const;
+ Node* GetOptionalArgumentValue(int index, Node* default_value);
+
Node* GetLength() const { return argc_; }
typedef std::function<void(Node* arg)> ForEachBodyFunction;

Powered by Google App Engine
This is Rietveld 408576698