diff options
Diffstat (limited to 'deno2/deno_internal.h')
-rw-r--r-- | deno2/deno_internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deno2/deno_internal.h b/deno2/deno_internal.h index 52c1770f6..82c537582 100644 --- a/deno2/deno_internal.h +++ b/deno2/deno_internal.h @@ -21,6 +21,10 @@ struct deno_s { namespace deno { +struct InternalFieldData { + uint32_t data; +}; + void Print(const v8::FunctionCallbackInfo<v8::Value>& args); void Sub(const v8::FunctionCallbackInfo<v8::Value>& args); void Pub(const v8::FunctionCallbackInfo<v8::Value>& args); |