Searched refs:hasGetter (Results 1 – 5 of 5) 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/debug/ |
D | mirrors.js | 1544 PropertyMirror.prototype.hasGetter = function() { method in PropertyMirror 1564 if (this.hasGetter()) { 1595 !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 …]
|