Bug 77265 - r104886 broke the interpreter
Summary: r104886 broke the interpreter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 16:52 PST by Oliver Hunt
Modified: 2012-03-03 23:16 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2012-01-27 16:52:07 PST
r104886 added a bunch of code that assumes that all put_by_id operations occur on objects, which is not the case.  This thoroughly hoses the interpreter.
Comment 1 Gavin Barraclough 2012-01-27 18:06:39 PST
Oooops! should be asserting that direct puts are to objects!
Comment 2 Gavin Barraclough 2012-03-03 23:16:35 PST
This was fixed in r106276