- File:
-
- 1 edited
-
src/ControlStruct/ExceptTranslateNew.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptTranslateNew.cpp
r37273c8 r60e14fc 253 253 location, 254 254 "try", 255 {}, //forall 255 256 {}, //no param 256 257 {}, //no return … … 266 267 location, 267 268 "catch", 269 {}, //forall 268 270 { make_index_object( location ), make_exception_object( location ) }, 269 271 {}, //return void … … 279 281 location, 280 282 "match", 283 {}, //forall 281 284 { make_exception_object( location ) }, 282 285 { make_unused_index_object( location ) }, … … 292 295 location, 293 296 "handle", 297 {}, //forall 294 298 { make_exception_object( location ) }, 295 299 { make_bool_object( location ) }, … … 305 309 location, 306 310 "finally", 311 {}, //forall 307 312 { make_voidptr_object( location ) }, 308 313 {}, //return void
Note:
See TracChangeset
for help on using the changeset viewer.