You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/js.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,9 @@ var This Object
103
103
// Arguments gives the value of JavaScript's "arguments" keyword. It can be used when passing Go functions to JavaScript as callbacks. Set this to a mock for testing with pure Go.
104
104
varArguments []Object
105
105
106
+
// Module gives the value of the "module" variable set by Node.js.
107
+
varModuleObject
108
+
106
109
// Returns the internal JavaScript object that represents i. Not intended for public use.
0 commit comments