Ignore:
Timestamp:
Jan 13, 2006, 1:32:51 AM (19 years ago)
Author:
darin
Message:
  • Replaced tabs with spaces in source files that had less than 10 lines with tabs.
  • Set allow-tabs Subversion property in source files that have more than 10 lines with tabs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/regexp_object.cpp

    r11962 r12069  
    427427
    428428// ECMA 15.10.3
    429 JSValue *RegExpObjectImp::callAsFunction(ExecState *exec, JSObject */*thisObj*/,
    430                             const List &args)
     429JSValue *RegExpObjectImp::callAsFunction(ExecState *exec, JSObject * /*thisObj*/, const List &args)
    431430{
    432431  // TODO: handle RegExp argument case (15.10.3.1)
Note: See TracChangeset for help on using the changeset viewer.