File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -321,15 +321,10 @@ otherwise.
321
321
### noWarnCode
322
322
See ` common.expectWarning() ` for usage.
323
323
324
- ### opensslCli
325
- * [ < ; boolean>]
326
-
327
- Indicates whether 'opensslCli' is supported.
328
-
329
324
### onGC(target, listener)
330
325
* ` target ` [ < ; Object>]
331
326
* ` listener ` [ < ; Object>]
332
- * ` listener. ongc` [ < ; Function>]
327
+ * ` ongc ` [ < ; Function>]
333
328
334
329
Installs a GC listener for the collection of ` target ` .
335
330
@@ -339,7 +334,12 @@ means that between a `global.gc()` call and the listener being invoked
339
334
a full ` setImmediate() ` invocation passes.
340
335
341
336
` listener ` is an object to make it easier to use a closure; the target object
342
- should not be in scope when ` listener.ongc ` is created.
337
+ should not be in scope when ` listener.ongc() ` is created.
338
+
339
+ ### opensslCli
340
+ * [ < ; boolean>]
341
+
342
+ Indicates whether 'opensslCli' is supported.
343
343
344
344
### platformTimeout(ms)
345
345
* ` ms ` [ < ; number>]
You can’t perform that action at this time.
0 commit comments