Rev 1660 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1660 | Rev 1740 | ||
|---|---|---|---|
| Line 53... | Line 53... | ||
| 53 | LOG.Info(output); |
53 | LOG.Info(output); |
| 54 | } |
54 | } |
| 55 | 55 | ||
| 56 | Value Xorg::Export_SendKey(const v8::Arguments& args) |
56 | Value Xorg::Export_SendKey(const v8::Arguments& args) |
| 57 | { |
57 | { |
| - | 58 | v8::Locker lock; |
|
| 58 | v8::Context::Scope context_scope(vm::Manager::Instance()->GetContext()); |
59 | v8::Context::Scope context_scope(vm::Manager::Instance()->GetContext()); |
| 59 | 60 | ||
| 60 | LOG.Debug(std::string(__FUNCTION__) + " called!"); |
61 | LOG.Debug(std::string(__FUNCTION__) + " called!"); |
| 61 | 62 | ||
| 62 | if (args.Length() < 1) |
63 | if (args.Length() < 1) |