Changes between Version 112 and Version 113 of WebKitIDL
- Timestamp:
- May 8, 2013, 1:54:59 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v112 v113 42 42 - [#TypedArray TypedArray(i), [ConstructorTemplate=TypedArray](i)][[br]] 43 43 - [#CustomCall CustomCall(i)][[br]] 44 - [#JSCustomToNativeObject JSCustomToNativeObject(i), JSCustomFinalize(i), JSCustomIsReachable(i), JSCustomMarkFunction(i), JSCustomNamedGetterOnPrototype(i), JSCustomPushEventHandlerScope(i), JSCustomDefineOwnProperty(i), JSCustomDefineOwnPropertyOnPrototype(i), JSCustomGetOwnPropertySlotAndDescriptor(i)][[br]]44 - [#JSCustomToNativeObject JSCustomToNativeObject(i), JSCustomFinalize(i), CustomIsReachable(i), JSCustomMarkFunction(i), JSCustomNamedGetterOnPrototype(i), JSCustomPushEventHandlerScope(i), JSCustomDefineOwnProperty(i), JSCustomDefineOwnPropertyOnPrototype(i), JSCustomGetOwnPropertySlotAndDescriptor(i)][[br]] 45 45 - [#JSGenerateToJSObject JSGenerateToJSObject(i), JSGenerateToNativeObject(i)][[br]] 46 46 - [#GenerateIsReachable GenerateIsReachable(i)] … … 1325 1325 Summary: This generates code that determines if a wrapper is reachable. 1326 1326 1327 Usage: The ` JSGenerateIsReachable` can be specified on the interface. This attribute is ignored if `CustomIsReachable` is present.1328 1329 {{{ 1330 interface [ 1331 JSGenerateIsReachable=ImplBaseRoot1327 Usage: The `GenerateIsReachable` can be specified on the interface. This attribute is ignored if `CustomIsReachable` is present. 1328 1329 {{{ 1330 interface [ 1331 GenerateIsReachable=ImplBaseRoot 1332 1332 ] XXX { 1333 1333 };