Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
opt
/
alt
/
alt-nodejs10
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
genfun
/
lib
[ HOME ]
Exec
Submit
role.js
'use strict' /* * Role * * A Role encapsulates a particular object's 'role' in a method's * dispatch. They are added directly to the selector for a method, and thus * do not prevent the objects a method was defined on from being garbage * collected. */ module.exports = Role function Role (method, position) { this.method = method this.position = position } Role.roleKeyName = Symbol('roles')
Submit
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2025-11-16 11:16:20
..
dir
-
0755
2025-11-16 11:16:20
genfun.js
file
8.4 KB
0644
2022-12-15 05:36:02
method.js
file
2.25 KB
0644
2022-12-15 05:36:02
role.js
file
406 B
0644
2022-12-15 05:36:02
util.js
file
1.03 KB
0644
2022-12-15 05:36:02