Bug 122288

Summary: Eliminate unused JITStub function declarations
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 122287    
Attachments:
Description Flags
Patch ggaren: review+

Description Michael Saboff 2013-10-03 11:19:30 PDT
The JITStub declarations are not defined anywhere and therefore can be removed.

cti_op_is_boolean
cti_op_is_number
cti_op_is_string
cti_op_is_undefined
cti_op_resolve
cti_op_resolve_base
cti_op_resolve_base_strict_put
cti_op_resolve_with_base
cti_op_resolve_with_this
cti_op_put_to_base
cti_op_end
Comment 1 Michael Saboff 2013-10-03 11:29:59 PDT
Created attachment 213282 [details]
Patch
Comment 2 Geoffrey Garen 2013-10-03 12:06:55 PDT
Comment on attachment 213282 [details]
Patch

r=me
Comment 3 Michael Saboff 2013-10-03 14:13:36 PDT
Committed r156858: <http://trac.webkit.org/changeset/156858>