Skip to content

Instantly share code, notes, and snippets.

@deepal
Last active October 14, 2019 21:07
void InternalCallbackScope::Close() {
// ...redacted...
if (env_->tick_callback_function()->Call(process, 0, nullptr).IsEmpty()) {
env_->tick_info()->set_has_thrown(true);
failed_ = true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment