| 337 | } |
| 338 | |
| 339 | const char* FunctionContext::error_msg() const { |
| 340 | if (has_error()) return impl_->error_msg_.c_str(); |
| 341 | return NULL; |
| 342 | } |
| 343 | |
| 344 | inline bool FunctionContextImpl::CheckAllocResult(const char* fn_name, |
| 345 | uint8_t* buf, int64_t byte_size) { |
no outgoing calls