| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index e2010deff0bbfd43b86ab097833ddf7034042f2c..a971055820c2250f8087fe9853d2ffc571da77a3 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -588,6 +588,7 @@ namespace internal {
|
| CPP(RegExpPrototypeSearch) \
|
| CPP(RegExpPrototypeSourceGetter) \
|
| CPP(RegExpPrototypeSpeciesGetter) \
|
| + CPP(RegExpPrototypeSplit) \
|
| TFJ(RegExpPrototypeStickyGetter, 1) \
|
| CPP(RegExpPrototypeTest) \
|
| CPP(RegExpPrototypeToString) \
|
|
|