Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ create
Method
create
core/src/renderer/v8_wrapper.h:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
static inline V8Array *create(int length)
94
{
95
return (V8Array *)cef_v8value_create_array(length);
96
}
97
};
98
99
struct V8Object : V8ValueBase
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected