Changeset 91627 in webkit for trunk/Source/JavaScriptCore/API/JSContextRefPrivate.h
- Timestamp:
- Jul 22, 2011, 5:19:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSContextRefPrivate.h
r49802 r91627 47 47 JS_EXPORT JSGlobalContextRef JSContextGetGlobalContext(JSContextRef ctx); 48 48 49 50 /*! 51 @function 52 @abstract Gets a Backtrace for the existing context 53 @param ctx The JSContext whose backtrace you want to get 54 @result A string containing the backtrace 55 */ 56 JS_EXPORT JSStringRef JSContextCreateBacktrace(JSContextRef ctx, unsigned maxStackSize) AVAILABLE_IN_WEBKIT_VERSION_4_0; 57 49 58 #ifdef __cplusplus 50 59 }
Note:
See TracChangeset
for help on using the changeset viewer.