Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ ptr
Method
ptr
core/src/renderer/v8_wrapper.h:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
struct V8ValueBase
7
{
8
inline cef_v8value_t *ptr()
9
{
10
return &_;
11
}
12
13
protected:
14
cef_v8value_t _;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected