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

Class V8ValueBase

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

Source from the content-addressed store, hash-verified

4#include "include/capi/cef_v8_capi.h"
5
6struct V8ValueBase
7{
8 inline cef_v8value_t *ptr()
9 {
10 return &_;
11 }
12
13protected:
14 cef_v8value_t _;
15};
16
17struct V8Value : V8ValueBase
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected