Throw an exception when we try to marshal a non-blittable fixed buffer. (#20263)
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Wed, 10 Oct 2018 17:04:48 +0000 (10:04 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Oct 2018 17:04:48 +0000 (10:04 -0700)
commit737d0ea7c3e8a8ab42344f14b8338a0f7ffaf60d
tree7eb6f65883cc1452be769e4a4e2645918d0c0553
parent2d64c3fab5598a639d5f99083342553bcf01ff2b
Throw an exception when we try to marshal a non-blittable fixed buffer. (#20263)

* Throw an exception when we try to marshal a non-blittable fixed buffer.

* Move function prototype into fieldmarshaler.cpp
src/vm/classnames.h
src/vm/fieldmarshaler.cpp