Bug 95281 - Added JSScope::objectInScope(), and refactored callers to use it
Summary: Added JSScope::objectInScope(), and refactored callers to use it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-28 21:12 PDT by Geoffrey Garen
Modified: 2012-08-29 08:09 PDT (History)
4 users (show)

See Also:


Attachments
Patch (14.03 KB, patch)
2012-08-28 21:22 PDT, Geoffrey Garen
no flags Details | Formatted Diff | Diff
Patch (16.99 KB, patch)
2012-08-28 22:10 PDT, Geoffrey Garen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2012-08-28 21:12:03 PDT
Added JSScope::objectInScope(), and refactored callers to use it
Comment 1 Geoffrey Garen 2012-08-28 21:22:32 PDT
Created attachment 161131 [details]
Patch
Comment 2 Build Bot 2012-08-28 21:49:06 PDT
Comment on attachment 161131 [details]
Patch

Attachment 161131 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/13694056
Comment 3 Early Warning System Bot 2012-08-28 21:56:31 PDT
Comment on attachment 161131 [details]
Patch

Attachment 161131 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/13684048
Comment 4 Geoffrey Garen 2012-08-28 22:10:46 PDT
Created attachment 161134 [details]
Patch
Comment 5 Geoffrey Garen 2012-08-28 23:39:35 PDT
Comment on attachment 161134 [details]
Patch

Clearing flags on attachment: 161134

Committed r126962: <http://trac.webkit.org/changeset/126962>
Comment 6 Geoffrey Garen 2012-08-28 23:39:38 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Patrick R. Gansterer 2012-08-29 04:55:06 PDT
(In reply to comment #5)
> (From update of attachment 161134 [details])
> Clearing flags on attachment: 161134
> 
> Committed r126962: <http://trac.webkit.org/changeset/126962>

Committed build fix for !ENABLE(JIT) in r126990: <http://trac.webkit.org/changeset/126990>
Comment 8 Geoffrey Garen 2012-08-29 08:09:24 PDT
Thanks!