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

Method undefined

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

Source from the content-addressed store, hash-verified

38 inline struct V8Object *asObject() { return reinterpret_cast<struct V8Object *>(&_); }
39
40 static inline V8Value *undefined()
41 {
42 return (V8Value *)cef_v8value_create_undefined();
43 }
44
45 static inline V8Value *null()
46 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected