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

Method asObject

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

Source from the content-addressed store, hash-verified

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()
41 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected