[Webkit-unassigned] [Bug 157524] New: [JSC] Assertion failure in JSC::JSObject::putInline (super-property-access.js)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 10 09:50:31 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157524
Bug ID: 157524
Summary: [JSC] Assertion failure in JSC::JSObject::putInline
(super-property-access.js)
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: caitp at igalia.com
Failure in ftl-eager variants of super-property-access.js (introduced in http://trac.webkit.org/changeset/200586)
```
56 ALWAYS_INLINE bool JSObject::putInline(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot)
57 {
58 JSObject* thisObject = jsCast<JSObject*>(cell);
-> 59 ASSERT(value);
60 ASSERT(!Heap::heap(value) || Heap::heap(value) == Heap::heap(thisObject));
61 VM& vm = exec->vm();
62
```
reached via operationPutByValWithThisStrict
--
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/20160510/b88a5c6a/attachment.html>
More information about the webkit-unassigned
mailing list