| 64 | **************************************/ |
| 65 | |
| 66 | void function_identity_base::lua_read(lua_State *state, int fname_idx, void *ptr) const |
| 67 | { |
| 68 | field_error(state, fname_idx, "executable code", "read"); |
| 69 | } |
| 70 | |
| 71 | void function_identity_base::lua_write(lua_State *state, int fname_idx, void *ptr, int val_index) const |
| 72 | { |
no test coverage detected