Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9347655
get-method.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
320 B
Subscribers
None
get-method.js
View Options
var
aCallable
=
require
(
'../internals/a-callable'
);
var
isNullOrUndefined
=
require
(
'../internals/is-null-or-undefined'
);
// `GetMethod` abstract operation
// https://tc39.es/ecma262/#sec-getmethod
module
.
exports
=
function
(
V
,
P
)
{
var
func
=
V
[
P
];
return
isNullOrUndefined
(
func
)
?
undefined
:
aCallable
(
func
);
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 5:48 PM (4 w, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3391427
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment