From 4ac67cf3435b3e15f95fadc20c98e37abf706ea4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 13 Jun 2018 19:38:22 +0200 Subject: Demo protobufs in deno2. Adds deno_set_response() to allow stack allocated responses. --- deno2/deno_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'deno2/deno_internal.h') diff --git a/deno2/deno_internal.h b/deno2/deno_internal.h index 2ecd5d1f4..0c3d4fd77 100644 --- a/deno2/deno_internal.h +++ b/deno2/deno_internal.h @@ -11,6 +11,7 @@ extern "C" { // deno_s = Wrapped Isolate. struct deno_s { v8::Isolate* isolate; + const v8::FunctionCallbackInfo* currentArgs; std::string last_exception; v8::Persistent sub; v8::Persistent context; -- cgit v1.2.3