Changeset 20310 in webkit for trunk/JavaScriptCore/API/JSObjectRef.cpp
- Timestamp:
- Mar 18, 2007, 10:43:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSObjectRef.cpp
r19193 r20310 101 101 102 102 JSObject* constructor = new JSCallbackConstructor(exec, jsClass, callAsConstructor); 103 constructor->put(exec, prototypePropertyName, jsPrototype, DontEnum|DontDelete|ReadOnly);103 constructor->put(exec, exec->propertyNames().prototype, jsPrototype, DontEnum|DontDelete|ReadOnly); 104 104 return toRef(constructor); 105 105 }
Note:
See TracChangeset
for help on using the changeset viewer.