1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
a-brandt 2012-09-14 10:14:32 +02:00
commit 1e98579792
1 changed files with 0 additions and 27 deletions

View File

@ -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
// -----------------------------------------------------------------------------