* whether exception happen in L */
| 52 | * whether exception happen in L |
| 53 | */ |
| 54 | bool GluaChainApi::has_exception(lua_State *L) |
| 55 | { |
| 56 | return has_error ? true : false; |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * clear exception marked |
no outgoing calls
no test coverage detected