Pragma returns an object with methods. Native caller can't invoke `obj.foo()`. ## Ask - New bridge fn `cs_v8_handle_call_method(h, name, n_args, arr) -> handle` - Marshal synth reads declared interface type of returned object, exposes methods as native-callable - Works alongside #622 object field walking ## Est ~300-500 LOC.
Pragma returns an object with methods. Native caller can't invoke
obj.foo().Ask
cs_v8_handle_call_method(h, name, n_args, arr) -> handleEst
~300-500 LOC.