| 1899 | BuiltInMethod(LPTSTR aName) : NativeFunc(aName) {} |
| 1900 | |
| 1901 | bool ArgIsOutputVar(int aArg) override { return false; } |
| 1902 | |
| 1903 | bool Call(ResultToken &aResultToken, ExprTokenType *aParam[], int aParamCount) override; |
| 1904 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected