Accessor getter proxy Corresponds to QuickJS JSCFunctionType.getter_magic
| 476 | // Accessor getter proxy |
| 477 | // Corresponds to QuickJS JSCFunctionType.getter_magic |
| 478 | JSValue 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 |
nothing calls this directly
no test coverage detected