Changeset 161377 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
- Timestamp:
- Jan 6, 2014, 3:04:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r161364 r161377 1389 1389 } 1390 1390 1391 extern "C" void llint_write_barrier_slow(ExecState*, JSCell* cell) 1392 { 1393 Heap::writeBarrier(cell); 1394 } 1395 1391 1396 } } // namespace JSC::LLInt 1392 1397
Note:
See TracChangeset
for help on using the changeset viewer.