Chromium Code Reviews

Unified Diff: src/contexts.h

Issue 1980483003: [es6] Reintroduce the instanceof operator in the backends. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index 69507124940d5953130b107383d3ad19ae67e5c2..10f69d4eff0bf76d75e4742bad57f9e2c7b7e838 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -86,7 +86,6 @@ enum BindingFlags {
V(REFLECT_DELETE_PROPERTY_INDEX, JSFunction, reflect_delete_property) \
V(SPREAD_ARGUMENTS_INDEX, JSFunction, spread_arguments) \
V(SPREAD_ITERABLE_INDEX, JSFunction, spread_iterable) \
- V(ORDINARY_HAS_INSTANCE_INDEX, JSFunction, ordinary_has_instance) \
V(MATH_FLOOR, JSFunction, math_floor) \
V(MATH_SQRT, JSFunction, math_sqrt)

Powered by Google App Engine