Bug 166349 - WebAssembly: clean up various JS objects' finishCreation
Summary: WebAssembly: clean up various JS objects' finishCreation
Status: ASSIGNED
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: 166295
Blocks: 159775
  Show dependency treegraph
 
Reported: 2016-12-21 10:40 PST by JF Bastien
Modified: 2020-01-24 09:18 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 2016-12-21 10:40:46 PST
As discussed here: https://bugs.webkit.org/show_bug.cgi?id=166295#c8
Move m_sourceAppender setting to finishCreation at least for Link/Compile/Runtime errors.

Audit the rest of the code for similar things.