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