Created attachment 399271 [details] patch Should check null before jsDynamicCast. Also, guardedObject() should just return JSCell*, this saves a branch in jsDynamicCast.
(In reply to xc.o.c.1180@gmail.com from comment #0) > Created attachment 399271 [details] > patch > > Should check null before jsDynamicCast. > > Also, guardedObject() should just return JSCell*, this saves a branch in > jsDynamicCast. Could you add a test case showing the crash?
Sorry, this is a mistake, please discard it.
(In reply to xc.o.c.1180@gmail.com from comment #2) > Sorry, this is a mistake, please discard it. OK, no problem! Thanks for filing an issue :D