MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / dump_webkit

Function dump_webkit

g2all/900/send.js:157–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155}
156
157function dump_webkit() {
158 const libwebkit_base = dump_libwebkit();
159 dump_libkernel(libwebkit_base);
160 dump_libc(libwebkit_base);
161}
162
163// See globalFuncEval() from
164// WebKit/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp at PS4

Callers

nothing calls this directly

Calls 3

dump_libwebkitFunction · 0.70
dump_libkernelFunction · 0.70
dump_libcFunction · 0.70

Tested by

no test coverage detected