Sha256: 5941c4720931fec0cb02a818344ba7d422561198bb8b52ad565232e6cdbaa611

Contents?: true

Size: 361 Bytes

Versions: 156

Compression:

Stored size: 361 Bytes

Contents

'use strict';

var ValidateAndApplyPropertyDescriptor = require('./ValidateAndApplyPropertyDescriptor');

// https://262.ecma-international.org/13.0/#sec-iscompatiblepropertydescriptor

module.exports = function IsCompatiblePropertyDescriptor(Extensible, Desc, Current) {
	return ValidateAndApplyPropertyDescriptor(undefined, '', Extensible, Desc, Current);
};

Version data entries

156 entries across 61 versions & 3 rubygems

Version Path
immosquare-cleaner-0.1.68 node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.68 node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.68 node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.67 node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.67 node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.67 node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.66 node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.66 node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.66 node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.65 node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.65 node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.65 node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.64 node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.64 node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.64 node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.63 node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.63 node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js
immosquare-cleaner-0.1.63 node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js
rapid_stack-0.2.0 templates/frontend/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js
rapid_stack-0.2.0 templates/frontend/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js