| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index f07e34c32de2380ef9a3253db7575a07d3e9e4c2..eccdf4194c1501930cbea0c2ce0902a722891a70 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -556,6 +556,8 @@ namespace internal {
|
| F(StringReplaceGlobalRegExpWithString, 4, 1) \
|
| F(StringSplit, 3, 1) \
|
| F(RegExpExec, 4, 1) \
|
| + F(RegExpFlags, 1, 1) \
|
| + F(RegExpSource, 1, 1) \
|
| F(RegExpConstructResult, 3, 1) \
|
| F(RegExpInitializeAndCompile, 3, 1) \
|
| F(MaterializeRegExpLiteral, 4, 1) \
|
|
|