Searched refs:GetV (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | es2015.js | 261 GetV: function GetV(V, P) { 290 var func = this.GetV(O, P); 449 var func = this.GetV(O, P);
|
D | CHANGELOG.md | 62 * [New] ES6: Add `GetV` (#16)
|
/third_party/node/deps/npm/node_modules/es-abstract/operations/ |
D | 2015.js | 38 GetV: 'https://ecma-international.org/ecma-262/6.0/#sec-getv', property
|
D | 2016.js | 39 GetV: 'https://ecma-international.org/ecma-262/7.0/#sec-getv', property
|
D | 2017.js | 40 GetV: 'https://ecma-international.org/ecma-262/8.0/#sec-getv', property
|
/third_party/node/deps/npm/node_modules/es-abstract/test/ |
D | tests.js | 564 …t['throws'](function () { return ES.GetV({ 7: 7 }, 7); }, TypeError, 'Throws a TypeError if `P` is… 566 t.equal(ES.GetV(obj, 'a'), obj.a, 'returns property if it exists'); 567 t.equal(ES.GetV(obj, 'b'), undefined, 'returns undefiend if property does not exist');
|