DescriptionPartial fix for bug #814:
Changes Valija's typeof rule so that "typeof [].push" is "function" in Valija.
Contains code to attempt to fix 953 & 956 -- in order to support
non-additive monkey patching. However, some undiagnosed bug that seems
(at least partially) Rhino specific is causing an undiagnosed hang. As
a temporary kludge, we've temporarily introduced the flag
RHINO_BUG=true, so that we can leave in the code that should fix 953 &
956 and continue to try to figure out why it doesn't work.
Patch Set 1 #Patch Set 2 : Fixes Valija typeof. Placeholder code towards non-additive monkey patching. #MessagesTotal messages: 4
|