Changeset 37337 in webkit for trunk/JavaScriptCore/kjs/RegExpObject.cpp
- Timestamp:
- Oct 6, 2008, 11:31:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/RegExpObject.cpp
r37333 r37337 122 122 } 123 123 124 bool global = get(exec, exec->propertyNames().global)->toBoolean( );124 bool global = get(exec, exec->propertyNames().global)->toBoolean(exec); 125 125 int lastIndex = 0; 126 126 if (global) {
Note:
See TracChangeset
for help on using the changeset viewer.