Changeset 210458 in webkit for trunk/Source/JavaScriptCore/API/JSVirtualMachineInternal.h
- Timestamp:
- Jan 6, 2017, 3:38:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSVirtualMachineInternal.h
r174110 r210458 1 1 /* 2 * Copyright (C) 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2013, 2017 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 48 48 - (void)addContext:(JSContext *)wrapper forGlobalContextRef:(JSGlobalContextRef)globalContext; 49 49 50 - (NSMapTable *)externalObjectGraph;51 52 50 @end 53 51 #endif // defined(__OBJC__)
Note:
See TracChangeset
for help on using the changeset viewer.