Bug 158358

Summary: Add argument_count bytecode for concat
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: New BugsAssignee: Keith Miller <keith_miller>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Keith Miller 2016-06-03 14:19:44 PDT
Add argument_count bytecode for concat
Comment 1 Keith Miller 2016-06-03 14:24:11 PDT
Created attachment 280465 [details]
Patch
Comment 2 Geoffrey Garen 2016-06-03 14:27:56 PDT
Comment on attachment 280465 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=280465&action=review

r=me

> Source/JavaScriptCore/bytecode/BytecodeList.json:12
> +            { "name" : "op_js_argument_count", "length" : 2 },

I think you should leave off js here. Everything is js.
Comment 3 Keith Miller 2016-06-03 15:34:37 PDT
Created attachment 280476 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2016-06-03 16:05:18 PDT
Comment on attachment 280476 [details]
Patch for landing

Clearing flags on attachment: 280476

Committed r201668: <http://trac.webkit.org/changeset/201668>
Comment 5 WebKit Commit Bot 2016-06-03 16:05:23 PDT
All reviewed patches have been landed.  Closing bug.