Changeset 29067 in webkit for trunk/JavaScriptCore/kjs/object.cpp
- Timestamp:
- Jan 1, 2008, 11:35:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.cpp
r29036 r29067 354 354 if (o->implementsCall()) { // spec says "not primitive type" but ... 355 355 JSObject *thisObj = const_cast<JSObject*>(object); 356 JSValue *def = o->call(exec, thisObj, List::empty());356 JSValue* def = o->call(exec, thisObj, exec->emptyList()); 357 357 JSType defType = def->type(); 358 358 ASSERT(defType != GetterSetterType);
Note:
See TracChangeset
for help on using the changeset viewer.