Changeset 13015 in webkit for trunk/JavaScriptCore/bindings/runtime_method.cpp
- Timestamp:
- Feb 27, 2006, 1:36:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_method.cpp
r12921 r13015 42 42 } 43 43 44 JSValue *RuntimeMethod::lengthGetter(ExecState *exec, JSObject *originalObject, const Identifier& propertyName, const PropertySlot& slot)44 JSValue *RuntimeMethod::lengthGetter(ExecState*, JSObject*, const Identifier&, const PropertySlot& slot) 45 45 { 46 46 RuntimeMethod *thisObj = static_cast<RuntimeMethod *>(slot.slotBase()); … … 101 101 102 102 103 Completion RuntimeMethod::execute(ExecState *exec)103 Completion RuntimeMethod::execute(ExecState*) 104 104 { 105 105 return Completion(Normal, jsUndefined());
Note:
See TracChangeset
for help on using the changeset viewer.