e80b42a235
Summary: Previously, the VM would crash when it encountered a ClosureCreation node because it was not aware of the new type arguments field. Now, it skips the type arguemnts field, which allows many tests to pass again, even though it doesn't correct forward the type arguments at runtime. Test Plan: Removed expected failure lines for all the tests added in my prior CL (introducing the new field). BUG= R=dmitryas@google.com, jensj@google.com Reviewers: dmitryas@google.com Review-Url: https://codereview.chromium.org/2987143002 .