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

Method isUndefined

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

Source from the content-addressed store, hash-verified

17struct V8Value : V8ValueBase
18{
19 inline bool isUndefined() { return _.is_undefined(&_); }
20 inline bool isNull() { return _.is_null(&_); }
21
22 inline bool isBool() { return _.is_bool(&_); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected