DescriptionSync laziness between BuildFunctionInfo and MakeFunctionInfo.
BuildFunctionInfo compiles the function eagerly when there are debug
break points. However, the AST may have been parsed lazily since
MakeFunctionInfo does not check for debug break points.
This fixes a regression introduced in r11866.
BUG=147497
Committed: https://code.google.com/p/v8/source/detail?r=13382
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|