Changeset 19193 in webkit for trunk/JavaScriptCore/API/JSValueRef.cpp
- Timestamp:
- Jan 27, 2007, 6:58:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSValueRef.cpp
r16371 r19193 141 141 bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception) 142 142 { 143 JSLock lock; 143 144 ExecState* exec = toJS(ctx); 144 145 JSValue* jsValue = toJS(value);
Note:
See TracChangeset
for help on using the changeset viewer.