Changeset 218379 in webkit for trunk/Source/JavaScriptCore/API/JSWrapperMap.mm
- Timestamp:
- Jun 15, 2017, 8:55:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSWrapperMap.mm
r218316 r218379 372 372 } 373 373 374 - (i d)initForClass:(Class)cls;374 - (instancetype)initForClass:(Class)cls; 375 375 - (JSC::JSObject *)wrapperForObject:(id)object inContext:(JSContext *)context; 376 376 - (JSC::JSObject *)constructorInContext:(JSContext *)context; … … 381 381 @implementation JSObjCClassInfo 382 382 383 - (i d)initForClass:(Class)cls383 - (instancetype)initForClass:(Class)cls 384 384 { 385 385 self = [super init]; … … 553 553 } 554 554 555 - (i d)initWithGlobalContextRef:(JSGlobalContextRef)context555 - (instancetype)initWithGlobalContextRef:(JSGlobalContextRef)context 556 556 { 557 557 self = [super init];
Note:
See TracChangeset
for help on using the changeset viewer.