Blame view

code/finance_web/node_modules/es-abstract/test/es2015.js 656 Bytes
a  
谢明辉 committed
1 2 3 4 5 6 7 8 9 10 11
'use strict';

var ES = require('../').ES2015;

var ops = require('../operations/2015');

// jscs:disable
var expectedMissing = ['CreateMethodProperty', 'DefinePropertyOrThrow', 'DeletePropertyOrThrow', 'Construct', 'SetIntegrityLevel', 'TestIntegrityLevel', 'CreateArrayFromList', 'CreateListFromArrayLike', 'OrdinaryHasInstance', 'EnumerableOwnNames', 'GetIterator', 'IteratorNext', 'IteratorComplete', 'IteratorValue', 'IteratorStep', 'IteratorClose', 'CreateListIterator', 'thisNumberValue', 'thisTimeValue', 'thisStringValue', 'RegExpBuiltinExec', 'IsPromise', 'NormalCompletion'];
// jscs:enable

require('./tests').es2015(ES, ops, expectedMissing);