Chromium Code Reviews| Index: src/regexp.js |
| diff --git a/src/regexp.js b/src/regexp.js |
| index a7f42d59c25ef2e5723df1ac70db16ab05aeb13b..38c112b811a50178ea3c800a28cd93b15b75a1e6 100644 |
| --- a/src/regexp.js |
| +++ b/src/regexp.js |
| @@ -406,6 +406,7 @@ var lastMatchInfoOverride = null; |
| // ------------------------------------------------------------------- |
| function SetupRegExp() { |
|
Erik Corry
2011/08/31 05:46:04
SetUpRegExp
|
| + %AssertIsBootstrapping(); |
| %FunctionSetInstanceClassName($RegExp, 'RegExp'); |
| %FunctionSetPrototype($RegExp, new $Object()); |
| %SetProperty($RegExp.prototype, 'constructor', $RegExp, DONT_ENUM); |