kJSTypeBoolean constant

int const kJSTypeBoolean

A primitive boolean value, one of true or false.

Implementation

static const int kJSTypeBoolean = 2;