• Home
  • Raw
  • Download

Lines Matching defs:defineProperty

394   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
505 defineProperty: function(k, desc) { key = k; val = desc.value } method
512 defineProperty: function(k, desc) { throw "myexn" } method
528 defineProperty: function(k, desc) { key = k; val = desc.value } method
534 defineProperty: function(k, desc) { key = k; val = desc.value } method
540 defineProperty: function(k, desc) { throw "myexn" } method
548 defineProperty: function(k, desc) { key = k; val = desc.value } method
561 defineProperty: function(k, desc) { throw "myexn" } method
780 defineProperty: function(k, d) { key = k; desc = d; return true } method
784 defineProperty: function(k, d) { return this.defineProperty2(k, d) }, method
820 defineProperty: function(k, d) { throw "myexn" } method
824 defineProperty: function(k, d) { return this.defineProperty2(k, d) }, method
961 defineProperty: function(k, d) { this["__" + k] = d; return true }, method
966 defineProperty: function(k, d) { this["__" + k] = d; return true }, method