JavaScriptCore Changes
JavaScriptCore
JSBase.h
JSContext.h
Added JSContext
Added +[JSContext currentThis]
Added JSContext.exception
Added -[JSContext init]
Added JSContext.virtualMachine
Added JSContext(JSContextRefSupport)
Added JSContext(SubscriptSupport)
Added #def JSContext_h
JSExport.h
Added JSExport
Added #def JSExportAs
JSManagedValue.h
JSValue.h
Added JSValue
Added -[JSValue JSValueRef]
Added JSValue.context
Added -[JSValue hasProperty:]
Added -[JSValue isBoolean]
Added -[JSValue isInstanceOf:]
Added -[JSValue isNull]
Added -[JSValue isNumber]
Added -[JSValue isObject]
Added -[JSValue isString]
Added -[JSValue isUndefined]
Added -[JSValue toArray]
Added -[JSValue toBool]
Added -[JSValue toDate]
Added -[JSValue toDictionary]
Added -[JSValue toDouble]
Added -[JSValue toInt32]
Added -[JSValue toNumber]
Added -[JSValue toObject]
Added -[JSValue toPoint]
Added -[JSValue toRange]
Added -[JSValue toRect]
Added -[JSValue toSize]
Added -[JSValue toString]
Added -[JSValue toUInt32]
Added -[JSValue valueAtIndex:]
Added JSValue(JSValueRefSupport)
Added JSValue(StructSupport)
Added JSValue(SubscriptSupport)
Added #def JSValue_h
JSValueRef.h
Modified JSValueGetType()
Declaration | |
---|---|
From | JSType JSValueGetType ( JSContextRef ctx, JSValueRef value); |
To | JSType JSValueGetType ( JSContextRef ctx, JSValueRef); |
JSVirtualMachine.h