JavaScriptCore

Nate Cook: We can easily access any values we’ve created in our context using subscript notation on both JSContext and JSValue instances. JSContext requires a string subscript, while JSValue allows either string or integer subscripts for delving down into objects and arrays: Swift doesn’t support the subscript notation, though. With a JSValue that wraps a … Continue reading JavaScriptCore