Rev 1402 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1402 | Rev 1405 | ||
|---|---|---|---|
| Line 95... | Line 95... | ||
| 95 | 95 | ||
| 96 | static Handle<Value> _sleep(const Arguments& args); |
96 | static Handle<Value> _sleep(const Arguments& args); |
| 97 | 97 | ||
| 98 | static Handle<Value> _loadDataStore(const Arguments& args); |
98 | static Handle<Value> _loadDataStore(const Arguments& args); |
| 99 | static Handle<Value> _getFileContents(const Arguments& args); |
99 | static Handle<Value> _getFileContents(const Arguments& args); |
| - | 100 | static Handle<Value> _setFileContents(const Arguments& args); |
|
| 100 | 101 | ||
| 101 | private: |
102 | private: |
| 102 | bool runExpression(Expression expression); |
103 | bool runExpression(Expression expression); |
| 103 | string formatException(TryCatch* tryCatch); |
104 | string formatException(TryCatch* tryCatch); |
| 104 | 105 | ||