| 220 | } |
| 221 | |
| 222 | Value CallWithFunctionOperator(const CallbackInfo& info) { |
| 223 | Function func = info[0].As<Function>(); |
| 224 | return MaybeUnwrap(func({info[1], info[2], info[3]})); |
| 225 | } |
| 226 | |
| 227 | } // end anonymous namespace |
| 228 |
nothing calls this directly
no test coverage detected