Tests whether a JavaScript value's type is the symbol type. jsClass The JSClass to test against.
jsClass
bool isObjectOfClass(JSClass jsClass) { return JSValueIsObjectOfClass(context.ref, _ref, jsClass.ref); }