Home
last modified time | relevance | path

Searched defs:defineProperty (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dproxies.js394 defineProperty: function(k, desc) { key = k; val = desc.value } method
402 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, method
410 defineProperty: function(k, desc) { key = k; val = desc.value } method
422 defineProperty: function(k, desc) { key = k; val = desc.value } method
430 defineProperty: function(k, desc) { key = k; val = desc.value } method
443 defineProperty: function(k, desc) { key = k, val = desc.value } method
477 defineProperty: function(k, desc) { key = k; val = desc.value } method
482 defineProperty: function(k, desc) { throw "myexn" } method
490 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, method
499 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, method
[all …]
/external/chromium/chrome/browser/resources/shared/js/
Dcr.js214 function defineProperty(obj, name, opt_kind, opt_setHook) { function
/external/chromium-trace/trace-viewer/src/
Dbase.js405 function defineProperty(obj, name, opt_kind, opt_setHook) { function