mirror of https://gitee.com/bigwinds/arangodb
typos
This commit is contained in:
parent
191d389e8c
commit
703edda54e
|
@ -107,19 +107,19 @@ int64_t TRI_ObjectToInt64 (v8::Handle<v8::Value>);
|
|||
uint64_t TRI_ObjectToUInt64 (v8::Handle<v8::Value>, const bool);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief converts an V8 object to a double
|
||||
/// @brief converts a V8 object to a double
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
double TRI_ObjectToDouble (v8::Handle<v8::Value>);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief converts an V8 object to a double with error handling
|
||||
/// @brief converts a V8 object to a double with error handling
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
double TRI_ObjectToDouble (v8::Handle<v8::Value>, bool& error);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief converts an V8 object to a boolean
|
||||
/// @brief converts a V8 object to a boolean
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
bool TRI_ObjectToBoolean (v8::Handle<v8::Value>);
|
||||
|
|
Loading…
Reference in New Issue