DescriptionFixed bool <-> Executability confusion and improved typing a bit.
Passing a value of type Executability to a function expecting a bool worked only
by accident (because of the order of values in the enum). But using boolean
parameters is often a bad idea, anyway, so we use Executability directly.
Just another example why implicit type conversions in C++ are a bad idea... :-P
Committed: http://code.google.com/p/v8/source/detail?r=9013
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|