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(),
|
||||
DictionaryTempl(),
|
||||
CollectionQueryType(),
|
||||
OutputFuncName(),
|
||||
PrintFuncName(),
|
||||
DidKey(),
|
||||
FromKey(),
|
||||
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
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue