Home
last modified time | relevance | path

Searched refs:__tostring (Results 1 – 1 of 1) sorted by relevance

/external/bcc/src/lua/bcc/vendor/
Dmiddleclass.lua87 setmetatable(aClass, { __index = aClass.static, __tostring = _tostring,
109 __tostring = function(self) return "instance of " .. tostring(self.class) end, function