Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
submission report
Commit Description:
submission report
var anObject = require ( './_an-object' );
var IE8_DOM_DEFINE = require ( './_ie8-dom-define' );
var toPrimitive = require ( './_to-primitive' );
var dP = Object . defineProperty ;
exports . f = require ( './_descriptors' ) ? Object . defineProperty : function defineProperty ( O , P , Attributes ) {
anObject ( O );
P = toPrimitive ( P , true );
anObject ( Attributes );
if ( IE8_DOM_DEFINE ) try {
return dP ( O , P , Attributes );
} catch ( e ) { /* empty */ }
if ( 'get' in Attributes || 'set' in Attributes ) throw TypeError ( 'Accessors not supported!' );
if ( 'value' in Attributes ) O [ P ] = Attributes . value ;
return O ;
};
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings