mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
1e98579792
|
@ -69,8 +69,6 @@ typedef struct TRI_v8_global_s {
|
||||||
VocbaseTempl(),
|
VocbaseTempl(),
|
||||||
DictionaryTempl(),
|
DictionaryTempl(),
|
||||||
CollectionQueryType(),
|
CollectionQueryType(),
|
||||||
OutputFuncName(),
|
|
||||||
PrintFuncName(),
|
|
||||||
DidKey(),
|
DidKey(),
|
||||||
FromKey(),
|
FromKey(),
|
||||||
IidKey(),
|
IidKey(),
|
||||||
|
@ -215,31 +213,6 @@ typedef struct TRI_v8_global_s {
|
||||||
/// @}
|
/// @}
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
|
||||||
// --SECTION-- JAVASCRIPT FUNCTION NAMES
|
|
||||||
// -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
/// @addtogroup V8Globals
|
|
||||||
/// @{
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
/// @brief "output" function name
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
v8::Persistent<v8::String> OutputFuncName;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
/// @brief "print" function name
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
v8::Persistent<v8::String> PrintFuncName;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
/// @}
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// --SECTION-- JAVASCRIPT KEY NAMES
|
// --SECTION-- JAVASCRIPT KEY NAMES
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue