Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies.js407 defineProperty2: function(k, desc) { key = k; val = desc.value } method
495 defineProperty2: function(k, desc) { key = k; val = desc.value } method
504 defineProperty2: function(k, desc) { throw "myexn" } method
812 defineProperty2: function(k, d) { key = k; desc = d; return true } method
852 defineProperty2: function(k, d) { throw "myexn" } method
Dproxies-with.js357 defineProperty2: function(k, desc) { key = k; val = desc.value } method