Changeset 14932 in webkit for trunk/JavaScriptCore/bindings/objc/WebScriptObject.h
- Timestamp:
- Jun 20, 2006, 5:20:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/objc/WebScriptObject.h
r13610 r14932 188 188 specified arguments. 189 189 @result Returns the result of calling the script method. 190 Returns WebUndefined when an exception is thrown in the script environment. 190 191 */ 191 192 - (id)callWebScriptMethod:(NSString *)name withArguments:(NSArray *)args; … … 197 198 of the script is dependent of the target script environment. 198 199 @result Returns the result of evaluating the script in the script environment. 200 Returns WebUndefined when an exception is thrown in the script environment. 199 201 */ 200 202 - (id)evaluateWebScript:(NSString *)script; … … 219 221 @param index The index of the property to return. Index based access is dependent 220 222 @discussion Gets the value of the property at the specified index. 221 @result The value of the property. 223 @result The value of the property. Returns WebUndefined when an exception is 224 thrown in the script environment. 222 225 */ 223 226 - (id)webScriptValueAtIndex:(unsigned int)index;
Note:
See TracChangeset
for help on using the changeset viewer.