Changeset 15428 in webkit for trunk/JavaScriptCore/API/JSValueRef.h
- Timestamp:
- Jul 14, 2006, 10:41:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSValueRef.h
r15404 r15428 259 259 void JSValueUnprotect(JSValueRef value); 260 260 261 /*!262 @function263 @abstract Performs a JavaScript garbage collection.264 @discussion JavaScript values that are on the machine stack, in a register,265 protected by JSValueProtect, set as the global object of an execution context,266 or reachable from any such value will not be collected.267 268 You are not required to call this function; the JavaScript engine will garbage269 collect as needed.270 */271 void JSGarbageCollect(void);272 273 261 #ifdef __cplusplus 274 262 }
Note:
See TracChangeset
for help on using the changeset viewer.