Changeset 26715 in webkit for trunk/JavaScriptCore/bindings/runtime_method.cpp
- Timestamp:
- Oct 17, 2007, 2:01:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_method.cpp
r23538 r26715 93 93 } 94 94 95 CodeType RuntimeMethod::codeType() const96 {97 return FunctionCode;98 }99 100 95 Completion RuntimeMethod::execute(ExecState*) 101 96 {
Note:
See TracChangeset
for help on using the changeset viewer.