[Webkit-unassigned] [Bug 146047] REGRESSION(182495): Error's "column" property should not be readonly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 22:08:00 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146047

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
> > Object.getOwnPropertyDescriptor(error, "lineNumber")
> < {value: 1, writable: true, enumerable: true, configurable: true} = $3

Ahh, this is misleading since no such property already existed, this was just added by me.

I think the relevant part of the original change was:

+        obj->putDirect(vm, vm.propertyNames->line, jsNumber(line), ReadOnly | DontDelete);
+        obj->putDirect(vm, vm.propertyNames->column, jsNumber(column), ReadOnly | DontDelete);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150617/aa66d40a/attachment.html>


More information about the webkit-unassigned mailing list