Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99432737
construct.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 24, 12:53
Size
652 B
Mime Type
text/x-java
Expires
Sun, Jan 26, 12:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23799695
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
construct.js
View Options
import setPrototypeOf from "@babel/runtime/helpers/esm/setPrototypeOf";
import isNativeReflectConstruct from "@babel/runtime/helpers/esm/isNativeReflectConstruct";
export default function _construct(Parent, args, Class) {
if (isNativeReflectConstruct()) {
_construct = Reflect.construct;
} else {
_construct = function _construct(Parent, args, Class) {
var a = [null];
a.push.apply(a, args);
var Constructor = Function.bind.apply(Parent, a);
var instance = new Constructor();
if (Class) setPrototypeOf(instance, Class.prototype);
return instance;
};
}
return _construct.apply(null, arguments);
}
Event Timeline
Log In to Comment