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

Method asArray

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

Source from the content-addressed store, hash-verified

35 inline cef_string_userfree_t asString() { return _.get_string_value(&_); }
36
37 inline struct V8Array *asArray() { return reinterpret_cast<struct V8Array *>(&_); }
38 inline struct V8Object *asObject() { return reinterpret_cast<struct V8Object *>(&_); }
39
40 static inline V8Value *undefined()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected