| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index afffda5c82acd690bfd8e1b129fcb5bb72ef9537..b993f9ca9dd40ebc0a443f53cb0d138697ad8097 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -211,6 +211,7 @@ namespace internal {
|
| CPP(RestrictedFunctionPropertiesThrower) \
|
| CPP(RestrictedStrictArgumentsPropertiesThrower) \
|
| CPP(UnsupportedThrower) \
|
| + TFJ(ReturnReceiver, 0) \
|
| \
|
| /* Array */ \
|
| ASM(ArrayCode) \
|
| @@ -404,9 +405,6 @@ namespace internal {
|
| /* ES6 section 18.2.3 isNaN ( number ) */ \
|
| TFJ(GlobalIsNaN, 1) \
|
| \
|
| - /* ES6 #sec-%iteratorprototype%-@@iterator */ \
|
| - TFJ(IteratorPrototypeIterator, 0) \
|
| - \
|
| /* JSON */ \
|
| CPP(JsonParse) \
|
| CPP(JsonStringify) \
|
| @@ -625,7 +623,6 @@ namespace internal {
|
| TFJ(RegExpPrototypeReplace, 2) \
|
| TFJ(RegExpPrototypeSearch, 1) \
|
| TFJ(RegExpPrototypeSourceGetter, 0) \
|
| - TFJ(RegExpPrototypeSpeciesGetter, 0) \
|
| TFJ(RegExpPrototypeSplit, 2) \
|
| TFJ(RegExpPrototypeStickyGetter, 0) \
|
| TFJ(RegExpPrototypeTest, 1) \
|
|
|