Mark calls to coercions in method prologue as pristine.

This commit is contained in:
Michael Bebenita 2013-03-20 00:41:50 -07:00
Родитель 8c0cdd20ec
Коммит eb6573e732
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -219,7 +219,7 @@ var c4TraceLevel = c4Options.register(new Option("tc4", "tc4", "number", 0, "Com
} else {
var type = this.abc.domain.getProperty(parameter.type, true, false);
if (type) {
local = new Call(start, state.store, globalProperty("coerce"), null, [local, constant(type)]);
local = new Call(start, state.store, globalProperty("coerce"), null, [local, constant(type)], true);
} else {
// unexpected();
}