1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

take parameter name in fn prototype.

This commit is contained in:
Charles Lowell 2012-05-15 16:51:06 -05:00
parent c22dc64910
commit 9a92f29f72

View file

@ -6,7 +6,7 @@
namespace rr {
VALUE Bool(bool);
VALUE Bool(bool b);
class GC {
public: