Changeset 15317 in webkit for trunk/JavaScriptCore/API/JSNode.h
- Timestamp:
- Jul 10, 2006, 5:26:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSNode.h
r15133 r15317 32 32 33 33 extern JSObjectRef JSNode_new(JSContextRef context, Node* node); 34 extern JSObjectRef JSNode_construct(JSContextRef context, JSObjectRef object, size_t argc, JSValueRef argv[] );34 extern JSObjectRef JSNode_construct(JSContextRef context, JSObjectRef object, size_t argc, JSValueRef argv[], JSValueRef* exception); 35 35 36 36 #endif // JSNode_h
Note:
See TracChangeset
for help on using the changeset viewer.