public
Fork of matthewd/ruby-mozjs
Description: Mozilla JavaScript Engine (SpiderMonkey) bindings for Ruby
Clone URL: git://github.com/wycats/ruby-mozjs.git
ruby-mozjs / rbsm.msg
100644 4 lines (2 sloc) 0.197 kb
1
2
3
4
MSG_DEF(RBSMMSG_INCOMPATIBLE_PROTO, 8, 3, JSEXN_TYPEERR, "{0}.prototype.{1} called on incompatible {2}")
MSG_DEF(RBSMMSG_NOT_FUNCTION, 22, 1, JSEXN_TYPEERR, "{0} is not a function")