Skip to content

src: use v8::Boolean(b) over b ? True() : False()

Simplify existing code by using v8::Boolean::New() instead of equivalent expressions that contain ternary operators.

Merge request reports

Loading