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

Method create

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

Source from the content-addressed store, hash-verified

114 }
115
116 static inline V8Object *create()
117 {
118 return (V8Object *)cef_v8value_create_object(nullptr, nullptr);
119 }
120};
121
122typedef V8Value *(*V8FunctionHandler)(V8Value *const argv[], int argc);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected