* clear exception marked */
| 60 | * clear exception marked |
| 61 | */ |
| 62 | void GluaChainApi::clear_exceptions(lua_State *L) |
| 63 | { |
| 64 | has_error = 0; |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * when exception happened, use this api to tell thinkyoung |
no outgoing calls
no test coverage detected