Home
last modified time | relevance | path

Searched refs:defineProperty2 (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dproxies.js406 defineProperty: function(k, desc) { this.defineProperty2(k, desc) },
407 defineProperty2: function(k, desc) { key = k; val = desc.value } method
494 defineProperty: function(k, desc) { this.defineProperty2(k, desc) },
495 defineProperty2: function(k, desc) { key = k; val = desc.value } method
503 defineProperty: function(k, desc) { this.defineProperty2(k, desc) },
504 defineProperty2: function(k, desc) { throw "myexn" } method
811 defineProperty: function(k, d) { return this.defineProperty2(k, d) },
812 defineProperty2: function(k, d) { key = k; desc = d; return true } method
851 defineProperty: function(k, d) { return this.defineProperty2(k, d) },
852 defineProperty2: function(k, d) { throw "myexn" } method
Dproxies-with.js356 defineProperty: function(k, desc) { this.defineProperty2(k, desc) },
357 defineProperty2: function(k, desc) { key = k; val = desc.value } method