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