gremlin 3.8.0 → 3.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.prettierrc.js +1 -1
- package/NOTICE +1 -1
- package/doc/AnonymousTraversalSource.html +69 -69
- package/doc/Authenticator.html +2 -2
- package/doc/Bytecode.html +87 -87
- package/doc/CardinalityValue.html +2 -2
- package/doc/Client.html +2 -2
- package/doc/Connection.html +2 -2
- package/doc/DriverRemoteConnection.html +2 -2
- package/doc/EdgeLabelVerificationStrategy.html +3 -3
- package/doc/Graph.html +2 -2
- package/doc/GraphSON2Reader.html +2 -2
- package/doc/GraphSON2Writer.html +2 -2
- package/doc/GraphSON3Reader.html +2 -2
- package/doc/GraphSON3Writer.html +2 -2
- package/doc/GraphTraversal.html +337 -337
- package/doc/GraphTraversalSource.html +278 -278
- package/doc/HaltedTraverserStrategy.html +2 -2
- package/doc/MatchAlgorithmStrategy.html +2 -2
- package/doc/P.html +110 -110
- package/doc/PartitionStrategy.html +2 -2
- package/doc/Path.html +3 -3
- package/doc/PlainTextSaslAuthenticator.html +2 -2
- package/doc/ProductiveByStrategy.html +6 -3
- package/doc/RemoteConnection.html +2 -2
- package/doc/RemoteStrategy.html +2 -2
- package/doc/RemoteTraversal.html +2 -2
- package/doc/ReservedKeysVerificationStrategy.html +3 -3
- package/doc/ResponseError.html +2 -2
- package/doc/ResultSet.html +2 -2
- package/doc/SaslAuthenticator.html +2 -2
- package/doc/SaslMechanismBase.html +2 -2
- package/doc/SaslMechanismPlain.html +2 -2
- package/doc/SeedStrategy.html +2 -2
- package/doc/SubgraphStrategy.html +2 -2
- package/doc/TextP.html +101 -101
- package/doc/Transaction.html +2 -2
- package/doc/Translator.html +2 -2
- package/doc/TraversalStrategies.html +2 -2
- package/doc/TraversalStrategy.html +2 -2
- package/doc/TypeSerializer.html +2 -2
- package/doc/driver_auth_authenticator.js.html +2 -2
- package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +2 -2
- package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +2 -2
- package/doc/driver_auth_plain-text-sasl-authenticator.js.html +2 -2
- package/doc/driver_auth_sasl-authenticator.js.html +2 -2
- package/doc/driver_client.js.html +2 -2
- package/doc/driver_connection.js.html +2 -2
- package/doc/driver_driver-remote-connection.js.html +2 -2
- package/doc/driver_remote-connection.js.html +2 -2
- package/doc/driver_response-error.js.html +2 -2
- package/doc/driver_result-set.js.html +2 -2
- package/doc/global.html +3 -3
- package/doc/index.html +2 -2
- package/doc/module.exports.html +2 -2
- package/doc/process_anonymous-traversal.js.html +2 -2
- package/doc/process_bytecode.js.html +2 -2
- package/doc/process_graph-traversal.js.html +2 -2
- package/doc/process_transaction.js.html +2 -2
- package/doc/process_translator.js.html +2 -2
- package/doc/process_traversal-strategy.js.html +6 -2
- package/doc/process_traversal.js.html +30 -7
- package/doc/structure_graph.js.html +15 -2
- package/doc/structure_io_binary_internals_DataType.js.html +2 -2
- package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +2 -2
- package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +2 -2
- package/doc/structure_io_graph-serializer.js.html +2 -2
- package/doc/structure_io_type-serializers.js.html +11 -3
- package/doc/utils.js.html +3 -3
- package/docker-compose.yml +13 -3
- package/eslint.config.mjs +143 -0
- package/index.js +1 -1
- package/lib/process/traversal-strategy.js +4 -0
- package/lib/process/traversal.js +28 -5
- package/lib/structure/graph.js +13 -0
- package/lib/structure/io/binary/internals/OffsetDateTimeSerializer.js +9 -0
- package/lib/structure/io/type-serializers.js +9 -1
- package/lib/utils.js +1 -1
- package/package.json +19 -17
- package/.eslintrc.js +0 -154
- package/Gruntfile.js +0 -35
- package/doc/DataType.js.html +0 -150
- package/doc/GraphBinaryReader.js.html +0 -132
- package/doc/GraphBinaryWriter.js.html +0 -135
- package/licenses/chai +0 -21
package/.prettierrc.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* "License"); you may not use this file except in compliance
|
|
8
8
|
* with the License. You may obtain a copy of the License at
|
|
9
9
|
*
|
|
10
|
-
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
11
|
*
|
|
12
12
|
* Unless required by applicable law or agreed to in writing,
|
|
13
13
|
* software distributed under the License is distributed on an
|
package/NOTICE
CHANGED
|
@@ -249,7 +249,7 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
|
|
252
|
-
<h4 class="name" id="
|
|
252
|
+
<h4 class="name" id="withRemote"><span class="type-signature"></span>withRemote<span class="signature">(remoteConnection)</span><span class="type-signature"> → {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
|
|
253
253
|
|
|
254
254
|
|
|
255
255
|
|
|
@@ -257,8 +257,8 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
257
257
|
|
|
258
258
|
|
|
259
259
|
<div class="description">
|
|
260
|
-
|
|
261
|
-
|
|
260
|
+
Creates a <a href="GraphTraversalSource.html">GraphTraversalSource</a> binding a <a href="RemoteConnection.html">RemoteConnection</a> to a remote <a href="Graph.html">Graph</a> instances as its
|
|
261
|
+
reference so that traversals spawned from it will execute over that reference.
|
|
262
262
|
</div>
|
|
263
263
|
|
|
264
264
|
|
|
@@ -282,8 +282,6 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
282
282
|
<th>Type</th>
|
|
283
283
|
|
|
284
284
|
|
|
285
|
-
<th>Attributes</th>
|
|
286
|
-
|
|
287
285
|
|
|
288
286
|
|
|
289
287
|
|
|
@@ -296,66 +294,23 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
296
294
|
|
|
297
295
|
<tr>
|
|
298
296
|
|
|
299
|
-
<td class="name"><code>
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
<td class="type">
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
<span class="param-type">function</span>
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
</td>
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
<td class="attributes">
|
|
313
|
-
|
|
314
|
-
<optional><br>
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
</td>
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
<td class="description last">Optional {@code GraphTraversalSource} constructor.</td>
|
|
326
|
-
</tr>
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
<tr>
|
|
331
|
-
|
|
332
|
-
<td class="name"><code>traversalClass</code></td>
|
|
297
|
+
<td class="name"><code>remoteConnection</code></td>
|
|
333
298
|
|
|
334
299
|
|
|
335
300
|
<td class="type">
|
|
336
301
|
|
|
337
302
|
|
|
338
|
-
<span class="param-type">
|
|
303
|
+
<span class="param-type"><a href="RemoteConnection.html">RemoteConnection</a></span>
|
|
339
304
|
|
|
340
305
|
|
|
341
306
|
|
|
342
307
|
</td>
|
|
343
308
|
|
|
344
309
|
|
|
345
|
-
<td class="attributes">
|
|
346
|
-
|
|
347
|
-
<optional><br>
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
</td>
|
|
354
|
-
|
|
355
310
|
|
|
356
311
|
|
|
357
312
|
|
|
358
|
-
<td class="description last"
|
|
313
|
+
<td class="description last"></td>
|
|
359
314
|
</tr>
|
|
360
315
|
|
|
361
316
|
|
|
@@ -384,6 +339,8 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
384
339
|
|
|
385
340
|
|
|
386
341
|
|
|
342
|
+
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>As of release 3.8.0, prefer with_.</li></ul></dd>
|
|
343
|
+
|
|
387
344
|
|
|
388
345
|
|
|
389
346
|
|
|
@@ -396,7 +353,7 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
396
353
|
|
|
397
354
|
<dt class="tag-source">Source:</dt>
|
|
398
355
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
399
|
-
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#
|
|
356
|
+
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#line82">line 82</a>
|
|
400
357
|
</li></ul></dd>
|
|
401
358
|
|
|
402
359
|
|
|
@@ -424,10 +381,6 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
424
381
|
<h5>Returns:</h5>
|
|
425
382
|
|
|
426
383
|
|
|
427
|
-
<div class="param-desc">
|
|
428
|
-
.
|
|
429
|
-
</div>
|
|
430
|
-
|
|
431
384
|
|
|
432
385
|
|
|
433
386
|
<dl>
|
|
@@ -436,7 +389,7 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
436
389
|
</dt>
|
|
437
390
|
<dd>
|
|
438
391
|
|
|
439
|
-
<span class="param-type"><a href="
|
|
392
|
+
<span class="param-type"><a href="GraphTraversalSource.html">GraphTraversalSource</a></span>
|
|
440
393
|
|
|
441
394
|
|
|
442
395
|
</dd>
|
|
@@ -610,7 +563,7 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
610
563
|
|
|
611
564
|
|
|
612
565
|
|
|
613
|
-
<h4 class="name" id="
|
|
566
|
+
<h4 class="name" id=".traversal"><span class="type-signature">(static) </span>traversal<span class="signature">(traversalSourceClass<span class="signature-attributes">opt</span>, traversalClass<span class="signature-attributes">opt</span>)</span><span class="type-signature"> → {<a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a>}</span></h4>
|
|
614
567
|
|
|
615
568
|
|
|
616
569
|
|
|
@@ -618,8 +571,8 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
618
571
|
|
|
619
572
|
|
|
620
573
|
<div class="description">
|
|
621
|
-
|
|
622
|
-
|
|
574
|
+
Constructs an {@code AnonymousTraversalSource} which will then be configured to spawn a
|
|
575
|
+
<a href="GraphTraversalSource.html">GraphTraversalSource</a>.
|
|
623
576
|
</div>
|
|
624
577
|
|
|
625
578
|
|
|
@@ -643,6 +596,8 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
643
596
|
<th>Type</th>
|
|
644
597
|
|
|
645
598
|
|
|
599
|
+
<th>Attributes</th>
|
|
600
|
+
|
|
646
601
|
|
|
647
602
|
|
|
648
603
|
|
|
@@ -655,23 +610,66 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
655
610
|
|
|
656
611
|
<tr>
|
|
657
612
|
|
|
658
|
-
<td class="name"><code>
|
|
613
|
+
<td class="name"><code>traversalSourceClass</code></td>
|
|
659
614
|
|
|
660
615
|
|
|
661
616
|
<td class="type">
|
|
662
617
|
|
|
663
618
|
|
|
664
|
-
<span class="param-type"
|
|
619
|
+
<span class="param-type">function</span>
|
|
665
620
|
|
|
666
621
|
|
|
667
622
|
|
|
668
623
|
</td>
|
|
669
624
|
|
|
670
625
|
|
|
626
|
+
<td class="attributes">
|
|
627
|
+
|
|
628
|
+
<optional><br>
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
</td>
|
|
635
|
+
|
|
671
636
|
|
|
672
637
|
|
|
673
638
|
|
|
674
|
-
<td class="description last"
|
|
639
|
+
<td class="description last">Optional {@code GraphTraversalSource} constructor.</td>
|
|
640
|
+
</tr>
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
<tr>
|
|
645
|
+
|
|
646
|
+
<td class="name"><code>traversalClass</code></td>
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
<td class="type">
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
<span class="param-type">function</span>
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
</td>
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
<td class="attributes">
|
|
660
|
+
|
|
661
|
+
<optional><br>
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
</td>
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
<td class="description last">Optional {@code GraphTraversalSource} constructor.</td>
|
|
675
673
|
</tr>
|
|
676
674
|
|
|
677
675
|
|
|
@@ -700,8 +698,6 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
700
698
|
|
|
701
699
|
|
|
702
700
|
|
|
703
|
-
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>As of release 3.8.0, prefer with_.</li></ul></dd>
|
|
704
|
-
|
|
705
701
|
|
|
706
702
|
|
|
707
703
|
|
|
@@ -714,7 +710,7 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
714
710
|
|
|
715
711
|
<dt class="tag-source">Source:</dt>
|
|
716
712
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
717
|
-
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#
|
|
713
|
+
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#line53">line 53</a>
|
|
718
714
|
</li></ul></dd>
|
|
719
715
|
|
|
720
716
|
|
|
@@ -742,6 +738,10 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
742
738
|
<h5>Returns:</h5>
|
|
743
739
|
|
|
744
740
|
|
|
741
|
+
<div class="param-desc">
|
|
742
|
+
.
|
|
743
|
+
</div>
|
|
744
|
+
|
|
745
745
|
|
|
746
746
|
|
|
747
747
|
<dl>
|
|
@@ -750,7 +750,7 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
750
750
|
</dt>
|
|
751
751
|
<dd>
|
|
752
752
|
|
|
753
|
-
<span class="param-type"><a href="
|
|
753
|
+
<span class="param-type"><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></span>
|
|
754
754
|
|
|
755
755
|
|
|
756
756
|
</dd>
|
|
@@ -778,13 +778,13 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
778
778
|
</div>
|
|
779
779
|
|
|
780
780
|
<nav>
|
|
781
|
-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="CardinalityValue.html">CardinalityValue</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="
|
|
781
|
+
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="CardinalityValue.html">CardinalityValue</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SeedStrategy.html">SeedStrategy</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#deserializeProperties">deserializeProperties</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
782
782
|
</nav>
|
|
783
783
|
|
|
784
784
|
<br class="clear">
|
|
785
785
|
|
|
786
786
|
<footer>
|
|
787
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
787
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
|
|
788
788
|
</footer>
|
|
789
789
|
|
|
790
790
|
<script> prettyPrint(); </script>
|
package/doc/Authenticator.html
CHANGED
|
@@ -288,13 +288,13 @@
|
|
|
288
288
|
</div>
|
|
289
289
|
|
|
290
290
|
<nav>
|
|
291
|
-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="CardinalityValue.html">CardinalityValue</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="
|
|
291
|
+
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="CardinalityValue.html">CardinalityValue</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SeedStrategy.html">SeedStrategy</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#deserializeProperties">deserializeProperties</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
292
292
|
</nav>
|
|
293
293
|
|
|
294
294
|
<br class="clear">
|
|
295
295
|
|
|
296
296
|
<footer>
|
|
297
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
297
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
|
|
298
298
|
</footer>
|
|
299
299
|
|
|
300
300
|
<script> prettyPrint(); </script>
|
package/doc/Bytecode.html
CHANGED
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
|
|
277
277
|
|
|
278
278
|
|
|
279
|
-
<h4 class="name" id="
|
|
279
|
+
<h4 class="name" id="addSource"><span class="type-signature"></span>addSource<span class="signature">(name, values)</span><span class="type-signature"> → {<a href="Bytecode.html">Bytecode</a>}</span></h4>
|
|
280
280
|
|
|
281
281
|
|
|
282
282
|
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
|
|
401
401
|
<dt class="tag-source">Source:</dt>
|
|
402
402
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
403
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
403
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line48">line 48</a>
|
|
404
404
|
</li></ul></dd>
|
|
405
405
|
|
|
406
406
|
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
|
|
455
455
|
|
|
456
456
|
|
|
457
|
-
<h4 class="name" id="
|
|
457
|
+
<h4 class="name" id="addStep"><span class="type-signature"></span>addStep<span class="signature">(name, values)</span><span class="type-signature"> → {<a href="Bytecode.html">Bytecode</a>}</span></h4>
|
|
458
458
|
|
|
459
459
|
|
|
460
460
|
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
|
|
463
463
|
|
|
464
464
|
<div class="description">
|
|
465
|
-
Adds a new
|
|
465
|
+
Adds a new step instructions
|
|
466
466
|
</div>
|
|
467
467
|
|
|
468
468
|
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
|
|
579
579
|
<dt class="tag-source">Source:</dt>
|
|
580
580
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
581
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
581
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line67">line 67</a>
|
|
582
582
|
</li></ul></dd>
|
|
583
583
|
|
|
584
584
|
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
|
|
633
633
|
|
|
634
634
|
|
|
635
|
-
<h4 class="name" id="
|
|
635
|
+
<h4 class="name" id="toString"><span class="type-signature"></span>toString<span class="signature">()</span><span class="type-signature"> → {String}</span></h4>
|
|
636
636
|
|
|
637
637
|
|
|
638
638
|
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
|
|
641
641
|
|
|
642
642
|
<div class="description">
|
|
643
|
-
|
|
643
|
+
Returns the JSON representation of the source and step instructions
|
|
644
644
|
</div>
|
|
645
645
|
|
|
646
646
|
|
|
@@ -651,78 +651,6 @@
|
|
|
651
651
|
|
|
652
652
|
|
|
653
653
|
|
|
654
|
-
<h5>Parameters:</h5>
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
<table class="params">
|
|
658
|
-
<thead>
|
|
659
|
-
<tr>
|
|
660
|
-
|
|
661
|
-
<th>Name</th>
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
<th>Type</th>
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
<th class="last">Description</th>
|
|
671
|
-
</tr>
|
|
672
|
-
</thead>
|
|
673
|
-
|
|
674
|
-
<tbody>
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
<tr>
|
|
678
|
-
|
|
679
|
-
<td class="name"><code>name</code></td>
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
<td class="type">
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
<span class="param-type">String</span>
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
</td>
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
<td class="description last"></td>
|
|
696
|
-
</tr>
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
<tr>
|
|
701
|
-
|
|
702
|
-
<td class="name"><code>values</code></td>
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
<td class="type">
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
<span class="param-type">Array</span>
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
</td>
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
<td class="description last"></td>
|
|
719
|
-
</tr>
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
</tbody>
|
|
723
|
-
</table>
|
|
724
|
-
|
|
725
|
-
|
|
726
654
|
|
|
727
655
|
|
|
728
656
|
|
|
@@ -756,7 +684,7 @@
|
|
|
756
684
|
|
|
757
685
|
<dt class="tag-source">Source:</dt>
|
|
758
686
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
759
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
687
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line96">line 96</a>
|
|
760
688
|
</li></ul></dd>
|
|
761
689
|
|
|
762
690
|
|
|
@@ -792,7 +720,7 @@
|
|
|
792
720
|
</dt>
|
|
793
721
|
<dd>
|
|
794
722
|
|
|
795
|
-
<span class="param-type"
|
|
723
|
+
<span class="param-type">String</span>
|
|
796
724
|
|
|
797
725
|
|
|
798
726
|
</dd>
|
|
@@ -810,7 +738,7 @@
|
|
|
810
738
|
|
|
811
739
|
|
|
812
740
|
|
|
813
|
-
<h4 class="name" id="
|
|
741
|
+
<h4 class="name" id="._createGraphOp"><span class="type-signature">(static) </span>_createGraphOp<span class="signature">(name, values)</span><span class="type-signature"> → {<a href="Bytecode.html">Bytecode</a>}</span></h4>
|
|
814
742
|
|
|
815
743
|
|
|
816
744
|
|
|
@@ -818,7 +746,7 @@
|
|
|
818
746
|
|
|
819
747
|
|
|
820
748
|
<div class="description">
|
|
821
|
-
|
|
749
|
+
Adds a new source instructions
|
|
822
750
|
</div>
|
|
823
751
|
|
|
824
752
|
|
|
@@ -829,6 +757,78 @@
|
|
|
829
757
|
|
|
830
758
|
|
|
831
759
|
|
|
760
|
+
<h5>Parameters:</h5>
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
<table class="params">
|
|
764
|
+
<thead>
|
|
765
|
+
<tr>
|
|
766
|
+
|
|
767
|
+
<th>Name</th>
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
<th>Type</th>
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
<th class="last">Description</th>
|
|
777
|
+
</tr>
|
|
778
|
+
</thead>
|
|
779
|
+
|
|
780
|
+
<tbody>
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
<tr>
|
|
784
|
+
|
|
785
|
+
<td class="name"><code>name</code></td>
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
<td class="type">
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
<span class="param-type">String</span>
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
</td>
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
<td class="description last"></td>
|
|
802
|
+
</tr>
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
<tr>
|
|
807
|
+
|
|
808
|
+
<td class="name"><code>values</code></td>
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
<td class="type">
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
<span class="param-type">Array</span>
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
</td>
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
<td class="description last"></td>
|
|
825
|
+
</tr>
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
</tbody>
|
|
829
|
+
</table>
|
|
830
|
+
|
|
831
|
+
|
|
832
832
|
|
|
833
833
|
|
|
834
834
|
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
|
|
863
863
|
<dt class="tag-source">Source:</dt>
|
|
864
864
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
865
|
-
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#
|
|
865
|
+
<a href="process_bytecode.js.html">process/bytecode.js</a>, <a href="process_bytecode.js.html#line106">line 106</a>
|
|
866
866
|
</li></ul></dd>
|
|
867
867
|
|
|
868
868
|
|
|
@@ -898,7 +898,7 @@
|
|
|
898
898
|
</dt>
|
|
899
899
|
<dd>
|
|
900
900
|
|
|
901
|
-
<span class="param-type">
|
|
901
|
+
<span class="param-type"><a href="Bytecode.html">Bytecode</a></span>
|
|
902
902
|
|
|
903
903
|
|
|
904
904
|
</dd>
|
|
@@ -926,13 +926,13 @@
|
|
|
926
926
|
</div>
|
|
927
927
|
|
|
928
928
|
<nav>
|
|
929
|
-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="CardinalityValue.html">CardinalityValue</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="
|
|
929
|
+
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="CardinalityValue.html">CardinalityValue</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SeedStrategy.html">SeedStrategy</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#deserializeProperties">deserializeProperties</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
930
930
|
</nav>
|
|
931
931
|
|
|
932
932
|
<br class="clear">
|
|
933
933
|
|
|
934
934
|
<footer>
|
|
935
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
935
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
|
|
936
936
|
</footer>
|
|
937
937
|
|
|
938
938
|
<script> prettyPrint(); </script>
|