Bug 154874 - DFG intrinsics and operations play fast and loose with the lexical global object
Summary: DFG intrinsics and operations play fast and loose with the lexical global object
Status: RESOLVED DUPLICATE of bug 134932
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on: 155069
Blocks: 155693
  Show dependency treegraph
 
Reported: 2016-03-01 13:42 PST by Filip Pizlo
Modified: 2019-09-30 16:20 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2016-03-01 13:42:27 PST
Lots of native code says "exec->lexicalGlobalObject()".  This is meaningless when we're called directly from DFG- or FTL-generated code.
Comment 1 Filip Pizlo 2016-05-01 16:35:16 PDT

*** This bug has been marked as a duplicate of bug 134932 ***