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.
1 parent ab1ebfe commit dcac194Copy full SHA for dcac194
src/engines/v8/v8.zig
@@ -720,7 +720,7 @@ pub const Inspector = struct {
720
return self.session.dispatchProtocolMessage(env.isolate, msg);
721
}
722
723
- // inspector's wrapObject for use in resolveNode. We may extending the interface here to include:
+ // Inspector's wrapObject for use in resolveNode. We may extend the interface here to include:
724
// backendNodeId, objectGroup, executionContextId. For a complete resolveNode implementation at this level.
725
// node_ptr is expected to be a sub-type of *parser.Node
726
pub fn wrapObject(self: Inspector, env: *Env, node_ptr: anytype) !v8.RemoteObject {
0 commit comments