DescriptionRelax --debug-code checks that runtime returns are not the hole
ia32, unlike the other architectures, includes a --debug-code check that
asserts that runtime functions do not return the hole. However the new
SuspendJSGeneratorObject runtime does return the hole at times.
This CL adds a wee hack that only signals an error if the callee was not
SuspendJSGeneratorObject.
R=mstarzinger@chromium.org
BUG=
Committed: http://code.google.com/p/v8/source/detail?r=14437
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add TODO to remove hack. #
Messages
Total messages: 4 (0 generated)
|