Changeset 107595 in webkit for trunk/Source/JavaScriptCore/heap

Timestamp:
Feb 13, 2012, 12:57:46 PM (13 years ago)
Author:
[email protected]
Message:

Move JSC related assertions out of Assertions.h and into their own header
https://bugs.webkit.org/show_bug.cgi?id=78508

Reviewed by Gavin Barraclough.

Add GCAssertions.h

  • heap/GCAssertions.h: Added.

Move assertions here.

  • runtime/WriteBarrier.h:

Add #include of GCAssertions.h

  • wtf/Assertions.h:

Remove JSC related assertions.

  • wtf/Compiler.h:

Add compiler check for has_trivial_destructor.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.