Changeset 14635 for trunk/FACT++
- Timestamp:
- 11/17/12 01:32:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.h
r14632 r14635 27 27 std::set<int> fThreadIds; 28 28 29 v8::Persistent<v8::Context> fGlobalContext; 30 29 31 // A loookup table which allows to indentify the 30 32 // the JavaScript object corrsponding to the … … 34 36 35 37 // Lookup table for the callbacks in cases of state changes 36 std::map<std::string, v8::Persistent<v8:: Object>>fStateCallbacks;38 std::map<std::string, v8::Persistent<v8::Value>> fStateCallbacks; 37 39 38 40 // List of all timeout threads … … 44 46 static v8::Handle<v8::FunctionTemplate> fTemplateLocal; 45 47 static v8::Handle<v8::FunctionTemplate> fTemplateSky; 46 //static v8::Handle<v8::FunctionTemplate> fTemplateMoon;47 //static v8::Handle<v8::FunctionTemplate> fTemplateDatabase;48 static v8::Handle<v8::FunctionTemplate> fTemplateMoon; 49 static v8::Handle<v8::FunctionTemplate> fTemplateDatabase; 48 50 49 51 #ifdef HAVE_SQL … … 86 88 87 89 static double GetDataMember(const v8::Arguments &args, const char *name); 88 static v8::Handle<v8::Value> Constructor(const v8::Arguments &args);89 90 90 91 static v8::Handle<v8::Value> LocalToString(const v8::Arguments &args);
Note:
See TracChangeset
for help on using the changeset viewer.