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

Unified Diff: src/full-codegen/full-codegen.h

Issue 2411873004: [ignition] Eliminate hole checks where statically possible for loads and stores (Closed)
Patch Set: Make MODULE allocation less ugly Created 4 years, 2 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/full-codegen/full-codegen.h
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
index fea97e3c02af80c096aa5b56757a822797ee9bdc..665ffb8bfab8bd5f776e1d00158daee7d0b7d705 100644
--- a/src/full-codegen/full-codegen.h
+++ b/src/full-codegen/full-codegen.h
@@ -518,8 +518,6 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> {
void EmitAccessor(ObjectLiteralProperty* property);
- bool NeedsHoleCheckForLoad(VariableProxy* proxy);
-
// Expects the arguments and the function already pushed.
void EmitResolvePossiblyDirectEval(Call* expr);

Powered by Google App Engine
This is Rietveld 408576698