Searched defs:hasGetter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dmirror-debugger.js1251 PropertyMirror.prototype.hasGetter = function() {
1271 if (this.hasGetter()) {
1302 !this.hasGetter() && !this.hasSetter());
/external/clang/include/clang/AST/
H A DDeclCXX.h3030 bool hasGetter() const { return GetterId != NULL; } function in class:clang::MSPropertyDecl
/external/v8/src/
H A Dmirror-debugger.js1185 PropertyMirror.prototype.hasGetter = function() {
1205 if (this.hasGetter()) {
1236 !this.hasGetter() && !this.hasSetter());

Completed in 196 milliseconds