Bug 166349

Summary: WebAssembly: clean up various JS objects' finishCreation
Product: WebKit Reporter: JF Bastien <jfbastien>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: ASSIGNED ---    
Severity: Normal CC: jfbastien, mark.lam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 166295    
Bug Blocks: 159775    

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.