Bug 646129 - [[DefaultValue]] on Date objects is wrong when called with no hint. r=luke

This commit is contained in:
Jeff Walden
2011-04-01 15:24:21 -07:00
parent 340cd95750
commit ae1c0cce06
25 changed files with 340 additions and 328 deletions

View File

@@ -971,7 +971,7 @@ Class js_ArrayClass = {
StrictPropertyStub, /* setProperty */
EnumerateStub,
ResolveStub,
js_TryValueOf,
ConvertStub,
NULL,
NULL, /* reserved0 */
NULL, /* checkAccess */
@@ -1007,7 +1007,7 @@ Class js_SlowArrayClass = {
StrictPropertyStub, /* setProperty */
EnumerateStub,
ResolveStub,
js_TryValueOf
ConvertStub
};
static bool