Bug 123122 - [iOS] Mark classes JS{Context, ManagedValue, Value, VirtualMachine} as available since iOS 7.0
Summary: [iOS] Mark classes JS{Context, ManagedValue, Value, VirtualMachine} as availa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 15:28 PDT by Daniel Bates
Modified: 2013-10-21 15:48 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.85 KB, patch)
2013-10-21 15:30 PDT, Daniel Bates
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2013-10-21 15:28:43 PDT
As of iOS 7 the following API are available: JSContext, JSManagedValue, JSValue, and JSVirtualMachine.
Comment 1 Daniel Bates 2013-10-21 15:30:00 PDT
Created attachment 214784 [details]
Patch
Comment 2 Daniel Bates 2013-10-21 15:48:10 PDT
Committed r157755: <http://trac.webkit.org/changeset/157755>