Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-14 02:08:46 +03:00
parent 5c6db577cd
commit 40b40a69a5

View File

@ -63,8 +63,9 @@ function(method, name, that){
return that.__proto__[name] }
// XXX get a list of prototypes that have an prop name...
// XXX need a way to stop...
// Get a list of prototypes that have a prop/attr defined ...
//
// XXX revise name...
var defines =
module.defines =
function(that, name, callback){