mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 06:10:35 +00:00
Bug 454744 - TM: "Assertion failure: PCVAL_IS_SPROP(entry->vword)" with getter.
This commit is contained in:
parent
6191674f3d
commit
04c91586af
@ -4450,6 +4450,9 @@ TraceRecorder::record_SetPropHit(uint32 kshape, JSScopeProperty* sprop)
|
||||
bool
|
||||
TraceRecorder::record_SetPropMiss(JSPropCacheEntry* entry)
|
||||
{
|
||||
if (!entry->kpc)
|
||||
ABORT_TRACE("can't trace uncacheable property set");
|
||||
|
||||
JS_ASSERT(PCVAL_IS_SPROP(entry->vword));
|
||||
return record_SetPropHit(entry->kshape, PCVAL_TO_SPROP(entry->vword));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user