Bug 178202

Summary: import.meta should not be assignable
Product: WebKit Reporter: Sathya Gunasekaran <gsathya>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, darin, keith_miller, mark.lam, msaboff, saam, sam, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Sathya Gunasekaran 2017-10-11 21:33:28 PDT
import.meta = 1;
print(import.meta);

The above prints `1`. It should be a syntax error.
Comment 1 Yusuke Suzuki 2017-10-11 22:28:15 PDT
Created attachment 323512 [details]
Patch
Comment 2 Yusuke Suzuki 2017-10-11 23:17:14 PDT
Comment on attachment 323512 [details]
Patch

Thnk you for your review!
Comment 3 WebKit Commit Bot 2017-10-11 23:45:26 PDT
Comment on attachment 323512 [details]
Patch

Clearing flags on attachment: 323512

Committed r223232: <https://trac.webkit.org/changeset/223232>
Comment 4 WebKit Commit Bot 2017-10-11 23:45:28 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2017-10-11 23:46:01 PDT
<rdar://problem/34950530>