Searched defs:isExtensible (Results 1 – 2 of 2) sorted by relevance
27 var handler = { isExtensible: null }; property42 var handler = { isExtensible: true }; property51 var handler = { isExtensible() {return "bla"} }; method65 var handler = { isExtensible() {return 0} }; method
51 var handler = { isExtensible() {return "bla"} }; method