MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / isNull

Method isNull

core/src/renderer/v8_wrapper.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19 inline bool isUndefined() { return _.is_undefined(&_); }
20 inline bool isNull() { return _.is_null(&_); }
21
22 inline bool isBool() { return _.is_bool(&_); }
23 inline bool isInt() { return _.is_int(&_); }

Callers 1

v8_set_window_vibrancyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected