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

Function js_std_printf

deps/quickjs/quickjs-libc.c:1385–1389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383}
1384
1385static JSValue js_std_printf(JSContext *ctx, JSValueConst this_val,
1386 int argc, JSValueConst *argv)
1387{
1388 return js_printf_internal(ctx, argc, argv, stdout);
1389}
1390
1391static FILE *js_std_file_get(JSContext *ctx, JSValueConst obj)
1392{

Callers

nothing calls this directly

Calls 1

js_printf_internalFunction · 0.85

Tested by

no test coverage detected