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

Method isObject

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

Source from the content-addressed store, hash-verified

25 inline bool isDouble() { return _.is_double(&_); }
26 inline bool isString() { return _.is_string(&_); }
27 inline bool isObject() { return _.is_object(&_); }
28 inline bool isArray() { return _.is_array(&_); }
29 inline bool isFunction() { return _.is_function(&_); }
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected