Searched refs:getter3 (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/Index/ |
D | complete-property-getset.m | 8 - (int)getter3; method 25 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter3} 34 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter3}
|
/external/v8/test/mjsunit/compiler/ |
D | inline-accessors.js | 127 function getter3() { function 134 obj = Object.defineProperty(new ConstrG3(), "getterProperty", { get: getter3 }); 135 TestGetterInAllContexts(getter3, obj, undefined, false); 137 TestGetterInAllContexts(getter3, obj, undefined, false);
|
/external/v8/test/mjsunit/ |
D | debug-stepin-accessor.js | 82 c.__defineGetter__(3, function getter3() { function
|
D | object-define-property.js | 77 function getter3() {return val3; } function 101 get: getter3,
|