Bug 200785

Summary: [WHLSL] Don't accept operator&& or operator|| in the Lexer
Product: WebKit Reporter: Robin Morisset <rmorisset>
Component: WebGPUAssignee: Robin Morisset <rmorisset>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ews-watchlist, mmaxfield, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Robin Morisset 2019-08-15 13:20:33 PDT
They don't make sense: implementing && or || as function calls would lose us short-circuiting.
Comment 1 Robin Morisset 2019-08-15 13:29:18 PDT
Created attachment 376415 [details]
Patch
Comment 2 WebKit Commit Bot 2019-08-15 14:18:17 PDT
Comment on attachment 376415 [details]
Patch

Clearing flags on attachment: 376415

Committed r248746: <https://trac.webkit.org/changeset/248746>
Comment 3 WebKit Commit Bot 2019-08-15 14:18:19 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-08-15 14:19:17 PDT
<rdar://problem/54362301>