Bug 1168091 - Initialize startLine and startColumn members in FunctionBox constructor, r=jorendorff.

This commit is contained in:
Brian Hackett 2015-09-22 08:54:11 -06:00
Родитель 3eae8069d0
Коммит b684bd7d54
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -651,6 +651,8 @@ FunctionBox::FunctionBox(ExclusiveContext* cx, ObjectBox* traceListHead, JSFunct
enclosingStaticScope_(enclosingStaticScope),
bufStart(0),
bufEnd(0),
startLine(1),
startColumn(0),
length(0),
generatorKindBits_(GeneratorKindAsBits(generatorKind)),
inGenexpLambda(false),