| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 3bed31bb2816a66120ab559e2b4da48facdce608..486ffb364aff03f8f91ad776f787220d1bf8f3e5 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -138,7 +138,6 @@ namespace v8 { namespace internal {
|
| /* Regular expressions */ \
|
| F(RegExpCompile, 3) \
|
| F(RegExpExec, 4) \
|
| - F(RegExpExecGlobal, 3) \
|
| \
|
| /* Strings */ \
|
| F(StringCharCodeAt, 2) \
|
| @@ -147,6 +146,7 @@ namespace v8 { namespace internal {
|
| F(StringLocaleCompare, 2) \
|
| F(StringSlice, 3) \
|
| F(StringReplaceRegExpWithString, 4) \
|
| + F(StringMatch, 3) \
|
| \
|
| /* Numbers */ \
|
| F(NumberToRadixString, 2) \
|
|
|