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

Function GoClassMethodProxy

bridge.c:471–474  ·  view source on GitHub ↗

Method proxy - handles both instance and static methods Corresponds to QuickJS JSCFunctionType.generic_magic

Source from the content-addressed store, hash-verified

469// Method proxy - handles both instance and static methods
470// Corresponds to QuickJS JSCFunctionType.generic_magic
471JSValue GoClassMethodProxy(JSContext *ctx, JSValueConst this_val,
472 int argc, JSValueConst *argv, int magic) {
473 return goClassMethodProxy(ctx, this_val, argc, argv, magic);
474}
475
476// Accessor getter proxy
477// Corresponds to QuickJS JSCFunctionType.getter_magic

Callers

nothing calls this directly

Calls 1

goClassMethodProxyFunction · 0.85

Tested by

no test coverage detected