Searched refs:hasGetter (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/mjsunit/ |
D | mirror-object.js | 210 assertTrue(mirror.property('a').hasGetter()); 217 assertFalse(mirror.property('b').hasGetter()); 225 assertTrue(mirror.property('c').hasGetter()); 236 assertFalse(mirror.property('length').hasGetter());
|
/external/v8/src/js/ |
D | v8natives.js | 216 return desc.hasGetter() || desc.hasSetter(); 250 if (desc.hasGetter()) { 318 if (!desc.hasGetter()) desc.setGet(UNDEFINED); 555 (!desc.hasGetter() || 615 if (desc.hasGetter() && !SameValue(desc.getGet(),current.getGet())) { 681 if (desc.hasGetter()) { 683 } else if (IsAccessorDescriptor(current) && current.hasGetter()) {
|
/external/v8/src/debug/ |
D | mirrors.js | 1540 PropertyMirror.prototype.hasGetter = function() { method in PropertyMirror 1560 if (this.hasGetter()) { 1591 !this.hasGetter() && !this.hasSetter());
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1464 if (!RefExpr->getPropertyDecl()->hasGetter()) { in buildGet()
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 3234 bool hasGetter() const { return GetterId != nullptr; } in hasGetter() function
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | v8.log | 1525 code-creation,CallIC,7,0x424339c0,131,"hasGetter" 3657 code-creation,CallIC,7,0x4f00ff20,131,"hasGetter" 5576 code-creation,CallIC,7,0x4f042de0,131,"hasGetter" 5858 code-creation,CallIC,7,0x4f049740,131,"hasGetter" 6075 code-creation,CallIC,7,0x4f0503c0,131,"hasGetter" 6276 code-creation,CallIC,7,0x4f0565a0,131,"hasGetter" 6472 code-creation,CallIC,7,0x4f05d220,131,"hasGetter" 6651 code-creation,CallIC,7,0x4f0626c0,131,"hasGetter" 6922 code-creation,CallIC,7,0x4f0684e0,131,"hasGetter" 7643 code-creation,CallIC,7,0x4f07e3e0,131,"hasGetter" [all …]
|