зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1168091 - Initialize startLine and startColumn members in FunctionBox constructor, r=jorendorff.
This commit is contained in:
Родитель
3eae8069d0
Коммит
b684bd7d54
|
@ -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),
|
||||
|
|
Загрузка…
Ссылка в новой задаче