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

Unified Diff: src/elements.h

Issue 2202163002: Revert of [builtins] implement Array.prototype.includes in TurboFan (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
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
« no previous file with comments | « src/compiler/raw-machine-assembler.cc ('k') | src/elements.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/elements.h
diff --git a/src/elements.h b/src/elements.h
index a2fb0352cab91c576c73e84147d6b763dbeccf7f..ae48d4ef07257ef8504804c01a986842a977ca6b 100644
--- a/src/elements.h
+++ b/src/elements.h
@@ -154,12 +154,6 @@
virtual uint32_t GetCapacity(JSObject* holder,
FixedArrayBase* backing_store) = 0;
- // Check an Object's own elements for an element (using SameValueZero
- // semantics)
- virtual Maybe<bool> IncludesValue(Isolate* isolate, Handle<JSObject> receiver,
- Handle<Object> value, uint32_t start,
- uint32_t length) = 0;
-
protected:
friend class LookupIterator;
« no previous file with comments | « src/compiler/raw-machine-assembler.cc ('k') | src/elements.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698