MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / is_ptr_arg

Function is_ptr_arg

tools/webidl_binder.py:469–471  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

467 body += ' ensureCache.prepare();\n'
468
469 def is_ptr_arg(i):
470 t = all_args[i].type
471 return (t.isArray() or t.isAny() or t.isString() or t.isObject() or t.isInterface())
472
473 for i, (js_arg, arg) in enumerate(zip(args, all_args, strict=True)):
474 optional = i >= min_args

Callers 1

render_functionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected