| 13086 | } |
| 13087 | |
| 13088 | __declspec(noinline) |
| 13089 | ResultType ValueError(LPCTSTR aErrorText, LPCTSTR aExtraInfo, ResultType aErrorType) |
| 13090 | { |
| 13091 | return g_script.RuntimeError(aErrorText, aExtraInfo, aErrorType, nullptr, ErrorPrototype::Value); |
| 13092 | } |
| 13093 | |
| 13094 | __declspec(noinline) |
| 13095 | ResultType ResultToken::UnknownMemberError(ExprTokenType &aObject, int aFlags, LPCTSTR aMember) |
no test coverage detected