Bug 210703 - iteration bytecodes should work on known iterators from other JSGlobalObjects
Summary: iteration bytecodes should work on known iterators from other JSGlobalObjects
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-18 15:22 PDT by Keith Miller
Modified: 2020-04-18 15:22 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2020-04-18 15:22:37 PDT
Right now we only fast path if the global's match. We should get this to work with other globals.