Changeset 36859 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 24, 2008, 1:13:05 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSBase.h
r35442 r36859 85 85 86 86 /*! 87 @function 87 @function JSEvaluateScript 88 88 @abstract Evaluates a string of JavaScript. 89 89 @param ctx The execution context to use. … … 110 110 111 111 /*! 112 @function 112 @function JSGarbageCollect 113 113 @abstract Performs a JavaScript garbage collection. 114 114 @param ctx The execution context to use. -
trunk/JavaScriptCore/ChangeLog
r36853 r36859 1 2008-09-24 Geoffrey Garen <[email protected]> 2 3 Reviewed by Darin Adler. 4 5 * API/JSBase.h: Filled in some missing function names. 6 1 7 2008-09-24 Geoffrey Garen <[email protected]> 2 8
Note:
See TracChangeset
for help on using the changeset viewer.