Changeset 35652 in webkit for trunk/JavaScriptCore/VM/CodeBlock.cpp
- Timestamp:
- Aug 9, 2008, 4:00:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.cpp
r35651 r35652 38 38 namespace KJS { 39 39 40 #if !defined(NDEBUG) || ENABLE_SAMPLING_TOOL 41 40 42 static UString escapeQuotes(const UString& str) 41 43 { … … 703 705 } 704 706 707 #endif // !defined(NDEBUG) || ENABLE_SAMPLING_TOOL 708 705 709 void CodeBlock::mark() 706 710 {
Note:
See TracChangeset
for help on using the changeset viewer.