Bug 28296 - [ES5] Implement Array.isArray
Summary: [ES5] Implement Array.isArray
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-13 23:55 PDT by Oliver Hunt
Modified: 2009-08-14 03:33 PDT (History)
0 users

See Also:


Attachments
Patch v1 (8.60 KB, patch)
2009-08-13 23:56 PDT, Oliver Hunt
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2009-08-13 23:55:14 PDT
ES5 defines Array.isArray utility function that we should implement
Comment 1 Oliver Hunt 2009-08-13 23:56:58 PDT
Created attachment 34814 [details]
Patch v1
Comment 2 Maciej Stachowiak 2009-08-13 23:58:26 PDT
Comment on attachment 34814 [details]
Patch v1

r=me
Comment 3 Oliver Hunt 2009-08-14 03:33:58 PDT
Committed r47271