We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 821da4f + f521366 commit c3534fcCopy full SHA for c3534fc
src/v8.zig
@@ -57,6 +57,7 @@ pub const C_Data = c.Data;
57
pub const C_FixedArray = c.FixedArray;
58
pub const C_Module = c.Module;
59
pub const C_InternalAddress = c.InternalAddress;
60
+pub const C_String = c.String;
61
62
pub const MessageCallback = c.MessageCallback;
63
pub const FunctionCallback = c.FunctionCallback;
0 commit comments