v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Functions
v8toolkit::literals Namespace Reference

Functions

v8::Local< v8::String > operator""_v8 (char const *string, unsigned long)
 
v8::Local< v8::Number > operator""_v8 (long double number)
 
v8::Local< v8::Integer > operator""_v8 (unsigned long long int number)
 

Function Documentation

v8::Local<v8::String> v8toolkit::literals::operator""_v8 ( char const *  string,
unsigned  long 
)
inline

Definition at line 72 of file v8helpers.h.

v8::Local<v8::Number> v8toolkit::literals::operator""_v8 ( long double  number)
inline

Definition at line 76 of file v8helpers.h.

v8::Local<v8::Integer> v8toolkit::literals::operator""_v8 ( unsigned long long int  number)
inline

Definition at line 80 of file v8helpers.h.

References testing::Args().

Here is the call graph for this function: