Bug 153976

Summary: [JSC] Introduce @isObject bytecode intrinsic and use it instead of JS implemented one
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Yusuke Suzuki 2016-02-07 23:08:13 PST
[JSC] Introduce @isObject bytecode intrinsic and use it instead of JS implemented one
Comment 1 Yusuke Suzuki 2016-02-07 23:09:09 PST
Created attachment 270844 [details]
Patch
Comment 2 Yusuke Suzuki 2016-02-08 15:14:56 PST
Committed r196276: <http://trac.webkit.org/changeset/196276>