Changeset 12069 in webkit for trunk/JavaScriptCore/kjs/regexp_object.cpp
- Timestamp:
- Jan 13, 2006, 1:32:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.cpp
r11962 r12069 427 427 428 428 // ECMA 15.10.3 429 JSValue *RegExpObjectImp::callAsFunction(ExecState *exec, JSObject */*thisObj*/, 430 const List &args) 429 JSValue *RegExpObjectImp::callAsFunction(ExecState *exec, JSObject * /*thisObj*/, const List &args) 431 430 { 432 431 // TODO: handle RegExp argument case (15.10.3.1)
Note:
See TracChangeset
for help on using the changeset viewer.