gremlin 3.7.5 → 3.7.6
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 +46 -46
- 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 +5 -5
- package/doc/DriverRemoteConnection.html +2 -2
- package/doc/EdgeLabelVerificationStrategy.html +2 -2
- 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 +328 -328
- package/doc/GraphTraversalSource.html +299 -299
- package/doc/HaltedTraverserStrategy.html +2 -2
- package/doc/MatchAlgorithmStrategy.html +2 -2
- package/doc/P.html +107 -107
- package/doc/PartitionStrategy.html +2 -2
- package/doc/Path.html +2 -2
- package/doc/PlainTextSaslAuthenticator.html +2 -2
- package/doc/ProductiveByStrategy.html +2 -2
- package/doc/RemoteConnection.html +2 -2
- package/doc/RemoteStrategy.html +2 -2
- package/doc/RemoteTraversal.html +2 -2
- package/doc/ReservedKeysVerificationStrategy.html +2 -2
- 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 +8 -5
- 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 +2 -2
- 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 +2 -2
- package/doc/process_traversal.js.html +2 -2
- package/doc/structure_graph.js.html +2 -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 +2 -2
- package/doc/utils.js.html +3 -3
- package/docker-compose.yml +14 -4
- package/eslint.config.mjs +143 -0
- package/index.js +1 -1
- package/lib/driver/connection.js +6 -3
- package/lib/utils.js +1 -1
- package/package.json +11 -9
- 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
|
@@ -216,7 +216,7 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
216
216
|
|
|
217
217
|
|
|
218
218
|
|
|
219
|
-
<h4 class="name" id="
|
|
219
|
+
<h4 class="name" id="withGraph"><span class="type-signature"></span>withGraph<span class="signature">(graph)</span><span class="type-signature"> → {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
|
|
@@ -224,8 +224,11 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
224
224
|
|
|
225
225
|
|
|
226
226
|
<div class="description">
|
|
227
|
-
|
|
228
|
-
|
|
227
|
+
Creates the specified <a href="GraphTraversalSource.html">GraphTraversalSource</a> binding an embedded <a href="Graph.html">Graph</a> as its reference such that
|
|
228
|
+
traversals spawned from it will execute over that reference. As there are no "embedded Graph" instances in
|
|
229
|
+
gremlin-javascript as there on the JVM, the <a href="GraphTraversalSource.html">GraphTraversalSource</a> can only ever be constructed as "empty"
|
|
230
|
+
with a <a href="Graph.html">Graph</a> instance (which is only a reference to a graph and is not capable of holding data). As a
|
|
231
|
+
result, the <a href="GraphTraversalSource.html">GraphTraversalSource</a> will do nothing unless a "remote" is then assigned to it later.
|
|
229
232
|
</div>
|
|
230
233
|
|
|
231
234
|
|
|
@@ -249,8 +252,6 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
249
252
|
<th>Type</th>
|
|
250
253
|
|
|
251
254
|
|
|
252
|
-
<th>Attributes</th>
|
|
253
|
-
|
|
254
255
|
|
|
255
256
|
|
|
256
257
|
|
|
@@ -263,33 +264,23 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
263
264
|
|
|
264
265
|
<tr>
|
|
265
266
|
|
|
266
|
-
<td class="name"><code>
|
|
267
|
+
<td class="name"><code>graph</code></td>
|
|
267
268
|
|
|
268
269
|
|
|
269
270
|
<td class="type">
|
|
270
271
|
|
|
271
272
|
|
|
272
|
-
<span class="param-type">
|
|
273
|
+
<span class="param-type"><a href="Graph.html">Graph</a></span>
|
|
273
274
|
|
|
274
275
|
|
|
275
276
|
|
|
276
277
|
</td>
|
|
277
278
|
|
|
278
279
|
|
|
279
|
-
<td class="attributes">
|
|
280
|
-
|
|
281
|
-
<optional><br>
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
</td>
|
|
288
|
-
|
|
289
280
|
|
|
290
281
|
|
|
291
282
|
|
|
292
|
-
<td class="description last"
|
|
283
|
+
<td class="description last"></td>
|
|
293
284
|
</tr>
|
|
294
285
|
|
|
295
286
|
|
|
@@ -318,6 +309,9 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
318
309
|
|
|
319
310
|
|
|
320
311
|
|
|
312
|
+
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>As of release 3.4.9, prefer withRemote until some form of "embedded graph" becomes available
|
|
313
|
+
at which point there will be support for {@code withEmbedded} which is part of the canonical Java API.</li></ul></dd>
|
|
314
|
+
|
|
321
315
|
|
|
322
316
|
|
|
323
317
|
|
|
@@ -330,7 +324,7 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
330
324
|
|
|
331
325
|
<dt class="tag-source">Source:</dt>
|
|
332
326
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
333
|
-
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#
|
|
327
|
+
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#line72">line 72</a>
|
|
334
328
|
</li></ul></dd>
|
|
335
329
|
|
|
336
330
|
|
|
@@ -358,10 +352,6 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
358
352
|
<h5>Returns:</h5>
|
|
359
353
|
|
|
360
354
|
|
|
361
|
-
<div class="param-desc">
|
|
362
|
-
.
|
|
363
|
-
</div>
|
|
364
|
-
|
|
365
355
|
|
|
366
356
|
|
|
367
357
|
<dl>
|
|
@@ -370,7 +360,7 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
370
360
|
</dt>
|
|
371
361
|
<dd>
|
|
372
362
|
|
|
373
|
-
<span class="param-type"><a href="
|
|
363
|
+
<span class="param-type"><a href="GraphTraversalSource.html">GraphTraversalSource</a></span>
|
|
374
364
|
|
|
375
365
|
|
|
376
366
|
</dd>
|
|
@@ -388,7 +378,7 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
388
378
|
|
|
389
379
|
|
|
390
380
|
|
|
391
|
-
<h4 class="name" id="
|
|
381
|
+
<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>
|
|
392
382
|
|
|
393
383
|
|
|
394
384
|
|
|
@@ -396,11 +386,8 @@ instance or a <code>RemoteConnection</code>.</div>
|
|
|
396
386
|
|
|
397
387
|
|
|
398
388
|
<div class="description">
|
|
399
|
-
Creates
|
|
400
|
-
traversals spawned from it will execute over that reference.
|
|
401
|
-
gremlin-javascript as there on the JVM, the <a href="GraphTraversalSource.html">GraphTraversalSource</a> can only ever be constructed as "empty"
|
|
402
|
-
with a <a href="Graph.html">Graph</a> instance (which is only a reference to a graph and is not capable of holding data). As a
|
|
403
|
-
result, the <a href="GraphTraversalSource.html">GraphTraversalSource</a> will do nothing unless a "remote" is then assigned to it later.
|
|
389
|
+
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
|
|
390
|
+
reference so that traversals spawned from it will execute over that reference.
|
|
404
391
|
</div>
|
|
405
392
|
|
|
406
393
|
|
|
@@ -436,13 +423,13 @@ result, the <a href="GraphTraversalSource.html">GraphTraversalSource</a> will do
|
|
|
436
423
|
|
|
437
424
|
<tr>
|
|
438
425
|
|
|
439
|
-
<td class="name"><code>
|
|
426
|
+
<td class="name"><code>remoteConnection</code></td>
|
|
440
427
|
|
|
441
428
|
|
|
442
429
|
<td class="type">
|
|
443
430
|
|
|
444
431
|
|
|
445
|
-
<span class="param-type"><a href="
|
|
432
|
+
<span class="param-type"><a href="RemoteConnection.html">RemoteConnection</a></span>
|
|
446
433
|
|
|
447
434
|
|
|
448
435
|
|
|
@@ -481,9 +468,6 @@ result, the <a href="GraphTraversalSource.html">GraphTraversalSource</a> will do
|
|
|
481
468
|
|
|
482
469
|
|
|
483
470
|
|
|
484
|
-
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>As of release 3.4.9, prefer withRemote until some form of "embedded graph" becomes available
|
|
485
|
-
at which point there will be support for {@code withEmbedded} which is part of the canonical Java API.</li></ul></dd>
|
|
486
|
-
|
|
487
471
|
|
|
488
472
|
|
|
489
473
|
|
|
@@ -496,7 +480,7 @@ at which point there will be support for {@code withEmbedded} which is part of t
|
|
|
496
480
|
|
|
497
481
|
<dt class="tag-source">Source:</dt>
|
|
498
482
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
499
|
-
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#
|
|
483
|
+
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#line57">line 57</a>
|
|
500
484
|
</li></ul></dd>
|
|
501
485
|
|
|
502
486
|
|
|
@@ -550,7 +534,7 @@ at which point there will be support for {@code withEmbedded} which is part of t
|
|
|
550
534
|
|
|
551
535
|
|
|
552
536
|
|
|
553
|
-
<h4 class="name" id="
|
|
537
|
+
<h4 class="name" id=".traversal"><span class="type-signature">(static) </span>traversal<span class="signature">(traversalSourceClass<span class="signature-attributes">opt</span>)</span><span class="type-signature"> → {<a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a>}</span></h4>
|
|
554
538
|
|
|
555
539
|
|
|
556
540
|
|
|
@@ -558,8 +542,8 @@ at which point there will be support for {@code withEmbedded} which is part of t
|
|
|
558
542
|
|
|
559
543
|
|
|
560
544
|
<div class="description">
|
|
561
|
-
|
|
562
|
-
|
|
545
|
+
Constructs an {@code AnonymousTraversalSource} which will then be configured to spawn a
|
|
546
|
+
<a href="GraphTraversalSource.html">GraphTraversalSource</a>.
|
|
563
547
|
</div>
|
|
564
548
|
|
|
565
549
|
|
|
@@ -583,6 +567,8 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
583
567
|
<th>Type</th>
|
|
584
568
|
|
|
585
569
|
|
|
570
|
+
<th>Attributes</th>
|
|
571
|
+
|
|
586
572
|
|
|
587
573
|
|
|
588
574
|
|
|
@@ -595,23 +581,33 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
595
581
|
|
|
596
582
|
<tr>
|
|
597
583
|
|
|
598
|
-
<td class="name"><code>
|
|
584
|
+
<td class="name"><code>traversalSourceClass</code></td>
|
|
599
585
|
|
|
600
586
|
|
|
601
587
|
<td class="type">
|
|
602
588
|
|
|
603
589
|
|
|
604
|
-
<span class="param-type"
|
|
590
|
+
<span class="param-type">function</span>
|
|
605
591
|
|
|
606
592
|
|
|
607
593
|
|
|
608
594
|
</td>
|
|
609
595
|
|
|
610
596
|
|
|
597
|
+
<td class="attributes">
|
|
598
|
+
|
|
599
|
+
<optional><br>
|
|
600
|
+
|
|
611
601
|
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
</td>
|
|
612
606
|
|
|
613
607
|
|
|
614
|
-
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
<td class="description last">Optional {@code GraphTraversalSource} constructor.</td>
|
|
615
611
|
</tr>
|
|
616
612
|
|
|
617
613
|
|
|
@@ -652,7 +648,7 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
652
648
|
|
|
653
649
|
<dt class="tag-source">Source:</dt>
|
|
654
650
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
655
|
-
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#
|
|
651
|
+
<a href="process_anonymous-traversal.js.html">process/anonymous-traversal.js</a>, <a href="process_anonymous-traversal.js.html#line47">line 47</a>
|
|
656
652
|
</li></ul></dd>
|
|
657
653
|
|
|
658
654
|
|
|
@@ -680,6 +676,10 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
680
676
|
<h5>Returns:</h5>
|
|
681
677
|
|
|
682
678
|
|
|
679
|
+
<div class="param-desc">
|
|
680
|
+
.
|
|
681
|
+
</div>
|
|
682
|
+
|
|
683
683
|
|
|
684
684
|
|
|
685
685
|
<dl>
|
|
@@ -688,7 +688,7 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
688
688
|
</dt>
|
|
689
689
|
<dd>
|
|
690
690
|
|
|
691
|
-
<span class="param-type"><a href="
|
|
691
|
+
<span class="param-type"><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></span>
|
|
692
692
|
|
|
693
693
|
|
|
694
694
|
</dd>
|
|
@@ -716,13 +716,13 @@ reference so that traversals spawned from it will execute over that reference.
|
|
|
716
716
|
</div>
|
|
717
717
|
|
|
718
718
|
<nav>
|
|
719
|
-
<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="
|
|
719
|
+
<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#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
720
720
|
</nav>
|
|
721
721
|
|
|
722
722
|
<br class="clear">
|
|
723
723
|
|
|
724
724
|
<footer>
|
|
725
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
725
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 16:38:10 GMT-0700 (Pacific Daylight Time)
|
|
726
726
|
</footer>
|
|
727
727
|
|
|
728
728
|
<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#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 Mon Apr 06 2026 16:38:10 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#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 Mon Apr 06 2026 16:38:10 GMT-0700 (Pacific Daylight Time)
|
|
936
936
|
</footer>
|
|
937
937
|
|
|
938
938
|
<script> prettyPrint(); </script>
|