DescriptionFix initial prototype of WeakMap function.
The bootstrapper accidentally overwrote the constructor property of the Object
prototype because it used initial_object_prototype() as prototype for WeakMap.
Unfortunately this is not possible for experimental natives because they are
installed after the snapshot initialization finished.
R=erik.corry@gmail.com
TEST=mjsunit/mirror-object,mjsunit/harmony/weakmaps
Committed: http://code.google.com/p/v8/source/detail?r=9067
Patch Set 1 #
Total comments: 4
Patch Set 2 : Fix grammar of comments. #
Messages
Total messages: 2 (0 generated)
|