static */
| 18 | ScriptError::ScriptErrorMapString ScriptError::error_map_string = ScriptError::ScriptErrorMapString(); |
| 19 | |
| 20 | /* static */ ScriptErrorType ScriptError::GetLastError() |
| 21 | { |
| 22 | return ScriptObject::GetLastError(); |
| 23 | } |
| 24 | |
| 25 | /* static */ std::optional<std::string> ScriptError::GetLastErrorString() |
| 26 | { |