| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index f4b900b2219ef1b0dbbe4ef80c1b5b55d6e89680..c52a9cf5fde291b8b38af38929ac57e75d5d884c 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -578,6 +578,7 @@ namespace internal {
|
| CPP(RegExpLastMatchGetter) \
|
| CPP(RegExpLastParenGetter) \
|
| CPP(RegExpLeftContextGetter) \
|
| + CPP(RegExpPrototypeCompile) \
|
| TFJ(RegExpPrototypeExec, 2) \
|
| TFJ(RegExpPrototypeFlagsGetter, 1) \
|
| TFJ(RegExpPrototypeGlobalGetter, 1) \
|
| @@ -586,6 +587,7 @@ namespace internal {
|
| CPP(RegExpPrototypeSourceGetter) \
|
| CPP(RegExpPrototypeSpeciesGetter) \
|
| TFJ(RegExpPrototypeStickyGetter, 1) \
|
| + CPP(RegExpPrototypeToString) \
|
| TFJ(RegExpPrototypeUnicodeGetter, 1) \
|
| CPP(RegExpRightContextGetter) \
|
| \
|
|
|