Closed Bug 565198 Opened 15 years ago Closed 15 years ago

JM: assert in JSScopeProperty::get when running Mochitests

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dmandelin, Assigned: dvander)

References

Details

Attachments

(1 file)

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); }
Attached patch fixSplinter Review
Attachment #444801 - Flags: review?(dmandelin)
Attachment #444801 - Flags: review?(dmandelin) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: