Changeset 15437 in webkit for trunk/JavaScriptCore/API/JSStringRef.h
- Timestamp:
- Jul 14, 2006, 3:39:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSStringRef.h
r15400 r15437 111 111 @param string The source JSString. 112 112 @param buffer The destination byte buffer into which to copy a null-terminated 113 UTF8 string representation of string. The buffer must be at least bufferSize 114 bytes in size. On return, buffer contains a UTF8 string representation of string. 115 If bufferSize is too small, buffer will contain only partial results. 113 UTF8 representation of string. On return, buffer contains a UTF8 string 114 representation of string. If bufferSize is too small, buffer will contain only 115 partial results. If buffer is not at least bufferSize bytes in size, 116 behavior is undefined. 116 117 @param bufferSize The size of the external buffer in bytes. 117 118 @result The number of bytes written into buffer (including the null-terminator byte).
Note:
See TracChangeset
for help on using the changeset viewer.