Searched refs:js_tcp_funcs (Results 1 – 1 of 1) sorted by relevance
430 static const JSCFunctionListEntry js_tcp_funcs[] = { variable445 JS_SetPropertyFunctionList(ctx, proto, js_tcp_funcs, countof(js_tcp_funcs)); in js_tcp_init()447 return JS_SetModuleExportList(ctx, m, js_tcp_funcs, countof(js_tcp_funcs)); in js_tcp_init()456 JS_AddModuleExportList(ctx, m, js_tcp_funcs, countof(js_tcp_funcs)); in js_init_module_tcp()
Completed in 7 milliseconds