Rev 1647 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1647 | Rev 1657 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | private: |
44 | private: |
| 45 | static logging::Logger LOG; |
45 | static logging::Logger LOG; |
| 46 | 46 | ||
| 47 | static Value Export_Require(const v8::Arguments& args); |
47 | static Value Export_Require(const v8::Arguments& args); |
| 48 | static Value Export_Execute(const v8::Arguments& args); |
48 | static Value Export_Execute(const v8::Arguments& args); |
| - | 49 | static Value Export_ToHex(const v8::Arguments& args); |
|
| 49 | 50 | ||
| 50 | }; |
51 | }; |
| 51 | 52 | ||
| 52 | }; // namespace plugin |
53 | }; // namespace plugin |
| 53 | }; // namespace vm |
54 | }; // namespace vm |