Bug 220506
Summary: | An issue about grammar checking | ||
---|---|---|---|
Product: | WebKit | Reporter: | NWU_NISL <nisl_grammarly1> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | mark.lam, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | PC | ||
OS: | Linux |
NWU_NISL
#version: dbae081(https://github.com/WebKit/WebKit-http/commit/dbae081ad7e22d9ab61edf2f337f6c2bb593c7f8)
#Testcase:
for ([a,b] = [1,2] of [[3,4]]) {};
print(a);
print(b);
#Command:
./webkit/WebKitBuild/Release/bin/jsc testcase.js
#Output:
3
4
#Expected output:
SyntaxError: invalid for in/of left hand-side
#Description:
When executing this test case, other engines throw errors (such as v8, SpiderMonkey, chakra, etc.), but JSC executes normally and outputs 3 and 4. So I suspect this is a bug in javaScriptCore.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/73320164>
Mark Lam
*** This bug has been marked as a duplicate of bug 215969 ***