projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ce68e403ae1b6e68037a02a05e23db3bde82190d
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var value = require('./valid-value');
4
5
module.exports = exports = function (code) {
6
return (new Function('return ' + value(code)))();
7
};