Changeset 239427 in webkit for trunk/Source/JavaScriptCore/runtime/JSString.cpp
- Timestamp:
- Dec 19, 2018, 8:41:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSString.cpp
r236369 r239427 445 445 } 446 446 447 std::optional<uint32_t> index = parseIndex(propertyName);447 Optional<uint32_t> index = parseIndex(propertyName); 448 448 if (index && index.value() < length()) { 449 449 descriptor.setDescriptor(getIndex(exec, index.value()), PropertyAttribute::DontDelete | PropertyAttribute::ReadOnly);
Note:
See TracChangeset
for help on using the changeset viewer.