| 122 | typedef V8Value *(*V8FunctionHandler)(V8Value *const argv[], int argc); |
| 123 | |
| 124 | struct V8HandlerFunctionEntry |
| 125 | { |
| 126 | const char *name; |
| 127 | V8FunctionHandler func; |
| 128 | }; |
| 129 | |
| 130 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected