mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
This commit is contained in:
commit
5b20348d26
|
@ -1509,6 +1509,7 @@ static v8::Handle<v8::Value> EdgesQuery (TRI_edge_direction_e direction,
|
||||||
|
|
||||||
// argument is a list of vertices
|
// argument is a list of vertices
|
||||||
if (argv[0]->IsArray()) {
|
if (argv[0]->IsArray()) {
|
||||||
|
documents = v8::Array::New();
|
||||||
v8::Handle<v8::Array> vertices = v8::Handle<v8::Array>::Cast(argv[0]);
|
v8::Handle<v8::Array> vertices = v8::Handle<v8::Array>::Cast(argv[0]);
|
||||||
uint32_t count = 0;
|
uint32_t count = 0;
|
||||||
const uint32_t len = vertices->Length();
|
const uint32_t len = vertices->Length();
|
||||||
|
|
Loading…
Reference in New Issue