Index: src/regexp-delay.js |
=================================================================== |
--- src/regexp-delay.js (revision 423) |
+++ src/regexp-delay.js (working copy) |
@@ -290,7 +290,7 @@ |
function SetupRegExp() { |
%FunctionSetInstanceClassName($RegExp, 'RegExp'); |
%FunctionSetPrototype($RegExp, new $Object()); |
- %AddProperty($RegExp.prototype, 'constructor', $RegExp, DONT_ENUM); |
+ %SetProperty($RegExp.prototype, 'constructor', $RegExp, DONT_ENUM); |
%SetCode($RegExp, RegExpConstructor); |
InstallFunctions($RegExp.prototype, DONT_ENUM, $Array( |