Bug 68740 - Strict mode does not work in non-trivial nested functions.
Summary: Strict mode does not work in non-trivial nested functions.
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: 2011-09-23 15:26 PDT by Gavin Barraclough
Modified: 2011-09-23 15:58 PDT (History)
0 users

See Also:


Attachments
Fix (7.45 KB, patch)
2011-09-23 15:40 PDT, Gavin Barraclough
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-09-23 15:26:55 PDT
Function-info caching does not preserve all state that it should.
Comment 1 Gavin Barraclough 2011-09-23 15:40:26 PDT
Created attachment 108548 [details]
Fix
Comment 2 Oliver Hunt 2011-09-23 15:41:48 PDT
Comment on attachment 108548 [details]
Fix

r=me
Comment 3 Gavin Barraclough 2011-09-23 15:58:30 PDT
Fixed in r95877