Closed
Bug 565198
Opened 16 years ago
Closed 16 years ago
JM: assert in JSScopeProperty::get when running Mochitests
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dmandelin, Assigned: dvander)
References
Details
Attachments
(1 file)
|
2.07 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
It gets called via this code path from jsparse.cpp:
if (!sprop->writable() && !sprop->configurable() &&
!sprop->hasGetterValue()) {
ok = sprop->get(cx, obj, obj, vp);
JS_ASSERT_IF(ok, *vp != JSVAL_HOLE);
}
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #444801 -
Flags: review?(dmandelin)
| Reporter | ||
Updated•16 years ago
|
Attachment #444801 -
Flags: review?(dmandelin) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•