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

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

Issue 2362453004: [stubs] KeyedLoadIC_Megamorphic: support getters (Closed)
Patch Set: Created 4 years, 3 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 1cfd133a38645bca39cffcc8394cdcf6f78ba0a8..a46cfd078a62deb835c3376668764a8e6cfd5333 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -752,6 +752,10 @@ class CodeStubAssembler : public compiler::CodeAssembler {
compiler::Node* descriptors, compiler::Node* nof,
Label* if_found, Variable* var_name_index,
Label* if_not_found);
+ void ReturnValueOrCallGetter(Variable* var_value, Variable* var_details,
+ compiler::Node* context,
+ compiler::Node* receiver, Label* if_success,
+ Label* if_bailout);
void HandleLoadICHandlerCase(
const LoadICParameters* p, compiler::Node* handler, Label* miss,

Powered by Google App Engine
This is Rietveld 408576698