MCPcopy Create free account
hub / github.com/buke/quickjs-go / JS_NewCustomContext

Function JS_NewCustomContext

deps/quickjs/gen/function_source.c:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52static JSContext *JS_NewCustomContext(JSRuntime *rt)
53{
54 JSContext *ctx = JS_NewContext(rt);
55 if (!ctx)
56 return NULL;
57 return ctx;
58}
59
60int main(int argc, char **argv)
61{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected