As the title suggests, the testcase is:
var func = function (number) {
"use strict";
number.snippetText = "";
};
func(-334918463);
The defination and assignment at the third line leads to an exception when I run this testcase in V8 and SpiderMonkey. But Jerry doesn't throws any exception.