Changeset 36859 in webkit for trunk/JavaScriptCore/API
- Timestamp:
- Sep 24, 2008, 1:13:05 PM (17 years ago)
- File:
-
- 1 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.
Note:
See TracChangeset
for help on using the changeset viewer.