generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
'use strict';
|
||||
|
||||
var ValidateAndApplyPropertyDescriptor = require('./ValidateAndApplyPropertyDescriptor');
|
||||
|
||||
// https://262.ecma-international.org/13.0/#sec-iscompatiblepropertydescriptor
|
||||
|
||||
module.exports = function IsCompatiblePropertyDescriptor(Extensible, Desc, Current) {
|
||||
return ValidateAndApplyPropertyDescriptor(
|
||||
void undefined,
|
||||
'',
|
||||
Extensible,
|
||||
Desc,
|
||||
Current
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user