| 74 | String get_language_name() const { return language_name; } |
| 75 | |
| 76 | bool is_empty() const { return stack_frames.is_empty(); } |
| 77 | int get_frame_count() const { return stack_frames.size(); } |
| 78 | String get_frame_function(int p_index) const; |
| 79 | String get_frame_file(int p_index) const; |
no outgoing calls
no test coverage detected