Changeset 15133 in webkit for trunk/JavaScriptCore/API/JSValueRef.h
- Timestamp:
- Jul 1, 2006, 9:06:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSValueRef.h
r15096 r15133 108 108 */ 109 109 bool JSValueIsObject(JSValueRef value); 110 bool JSValueIsObjectOfClass(JSValueRef value, JSClassRef jsClass); 110 111 111 112 // Comparing values … … 140 141 @result true if value is an instance of object 141 142 */ 142 bool JSValueIsInstanceOf(JS ValueRef value, JSObjectRef object);143 bool JSValueIsInstanceOf(JSContextRef context, JSValueRef value, JSObjectRef object); 143 144 144 145 // Creating values
Note:
See TracChangeset
for help on using the changeset viewer.