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

Function GoClassGetterProxy

bridge.c:478–480  ·  view source on GitHub ↗

Accessor getter proxy Corresponds to QuickJS JSCFunctionType.getter_magic

Source from the content-addressed store, hash-verified

476// Accessor getter proxy
477// Corresponds to QuickJS JSCFunctionType.getter_magic
478JSValue GoClassGetterProxy(JSContext *ctx, JSValueConst this_val, int magic) {
479 return goClassGetterProxy(ctx, this_val, magic);
480}
481
482// Accessor setter proxy
483// Corresponds to QuickJS JSCFunctionType.setter_magic

Callers

nothing calls this directly

Calls 1

goClassGetterProxyFunction · 0.85

Tested by

no test coverage detected