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
Move assertions here.
Add #include of GCAssertions.h
Remove JSC related assertions.
Add compiler check for has_trivial_destructor.