| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index e2010deff0bbfd43b86ab097833ddf7034042f2c..e7edaf63c28e1a38cadad61e63b624b3c98ea930 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -583,13 +583,10 @@
|
| TFJ(RegExpPrototypeFlagsGetter, 1) \
|
| TFJ(RegExpPrototypeGlobalGetter, 1) \
|
| TFJ(RegExpPrototypeIgnoreCaseGetter, 1) \
|
| - CPP(RegExpPrototypeMatch) \
|
| TFJ(RegExpPrototypeMultilineGetter, 1) \
|
| - CPP(RegExpPrototypeSearch) \
|
| CPP(RegExpPrototypeSourceGetter) \
|
| CPP(RegExpPrototypeSpeciesGetter) \
|
| TFJ(RegExpPrototypeStickyGetter, 1) \
|
| - CPP(RegExpPrototypeTest) \
|
| CPP(RegExpPrototypeToString) \
|
| TFJ(RegExpPrototypeUnicodeGetter, 1) \
|
| CPP(RegExpRightContextGetter) \
|
|
|