Bug 15524 - Failed ASSERT: variableObject->getDirect(ident)
Summary: Failed ASSERT: variableObject->getDirect(ident)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 14868
  Show dependency treegraph
 
Reported: 2007-10-15 17:19 PDT by Kevin McCullough
Modified: 2008-06-07 02:08 PDT (History)
1 user (show)

See Also:


Attachments
WIll Assert in debug (114 bytes, text/html)
2007-10-15 17:20 PDT, Kevin McCullough
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McCullough 2007-10-15 17:19:07 PDT
If you run the attached script in debug you will assert at the line:

        ASSERT(variableObject->getDirect(ident) || ident == exec->propertyNames().arguments);
Comment 1 Kevin McCullough 2007-10-15 17:20:00 PDT
Created attachment 16681 [details]
WIll Assert in debug
Comment 2 Geoffrey Garen 2007-10-16 11:13:02 PDT
Neat test. I think this blocks bug 14868, which ran into a similar assert through different means.
Comment 3 Cameron Zwarich (cpst) 2008-03-23 21:38:00 PDT
This no longer asserts in debug. Should it be closed?
Comment 4 Cameron Zwarich (cpst) 2008-06-07 02:08:23 PDT
This has been fixed for a while, but I think we can close it after SquirrelFish.