Changeset 43372 in webkit for trunk/JavaScriptCore/runtime/ObjectConstructor.cpp
- Timestamp:
- May 7, 2009, 3:52:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/ObjectConstructor.cpp
r43222 r43372 60 60 } 61 61 62 static JSValue callObjectConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args)62 static JSValue JSC_HOST_CALL callObjectConstructor(ExecState* exec, JSObject*, JSValue, const ArgList& args) 63 63 { 64 64 return constructObject(exec, args);
Note:
See TracChangeset
for help on using the changeset viewer.