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

Method function

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

Source from the content-addressed store, hash-verified

68 }
69
70 static inline V8Value *function(const cef_string_t *name, cef_v8handler_t *handler)
71 {
72 return (V8Value *)cef_v8value_create_function(name, handler);
73 }
74};
75
76struct V8Array : V8ValueBase

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected