/third_party/typescript/tests/baselines/reference/ |
D | computedPropertyNamesOnOverloads_ES5.symbols | 2 var methodName = "method"; 3 >methodName : Symbol(methodName, Decl(computedPropertyNamesOnOverloads_ES5.ts, 0, 3)) 11 [methodName](v: string); 12 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNamesOnOverloads_ES5.ts, 2, 9)) 13 >methodName : Symbol(methodName, Decl(computedPropertyNamesOnOverloads_ES5.ts, 0, 3)) 16 [methodName](); 17 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNamesOnOverloads_ES5.ts, 3, 28)) 18 >methodName : Symbol(methodName, Decl(computedPropertyNamesOnOverloads_ES5.ts, 0, 3)) 20 [methodName](v?: string) { } 21 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNamesOnOverloads_ES5.ts, 4, 19)) [all …]
|
D | computedPropertyNamesOnOverloads_ES6.symbols | 2 var methodName = "method"; 3 >methodName : Symbol(methodName, Decl(computedPropertyNamesOnOverloads_ES6.ts, 0, 3)) 11 [methodName](v: string); 12 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNamesOnOverloads_ES6.ts, 2, 9)) 13 >methodName : Symbol(methodName, Decl(computedPropertyNamesOnOverloads_ES6.ts, 0, 3)) 16 [methodName](); 17 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNamesOnOverloads_ES6.ts, 3, 28)) 18 >methodName : Symbol(methodName, Decl(computedPropertyNamesOnOverloads_ES6.ts, 0, 3)) 20 [methodName](v?: string) { } 21 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNamesOnOverloads_ES6.ts, 4, 19)) [all …]
|
D | computedPropertyNamesOnOverloads_ES6.types | 2 var methodName = "method"; 3 >methodName : string 13 [methodName](v: string); 14 >[methodName] : (v: string) => any 15 >methodName : string 18 [methodName](); 19 >[methodName] : () => any 20 >methodName : string 22 [methodName](v?: string) { } 23 >[methodName] : (v?: string) => void [all …]
|
D | computedPropertyNamesOnOverloads_ES5.types | 2 var methodName = "method"; 3 >methodName : string 13 [methodName](v: string); 14 >[methodName] : (v: string) => any 15 >methodName : string 18 [methodName](); 19 >[methodName] : () => any 20 >methodName : string 22 [methodName](v?: string) { } 23 >[methodName] : (v?: string) => void [all …]
|
D | computedPropertyNames2_ES6.symbols | 2 var methodName = "method"; 3 >methodName : Symbol(methodName, Decl(computedPropertyNames2_ES6.ts, 0, 3)) 11 [methodName]() { } 12 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNames2_ES6.ts, 2, 9)) 13 >methodName : Symbol(methodName, Decl(computedPropertyNames2_ES6.ts, 0, 3)) 15 static [methodName]() { } 16 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNames2_ES6.ts, 3, 22)) 17 >methodName : Symbol(methodName, Decl(computedPropertyNames2_ES6.ts, 0, 3))
|
D | computedPropertyNames2_ES5.symbols | 2 var methodName = "method"; 3 >methodName : Symbol(methodName, Decl(computedPropertyNames2_ES5.ts, 0, 3)) 11 [methodName]() { } 12 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNames2_ES5.ts, 2, 9)) 13 >methodName : Symbol(methodName, Decl(computedPropertyNames2_ES5.ts, 0, 3)) 15 static [methodName]() { } 16 >[methodName] : Symbol(C[methodName], Decl(computedPropertyNames2_ES5.ts, 3, 22)) 17 >methodName : Symbol(methodName, Decl(computedPropertyNames2_ES5.ts, 0, 3))
|
D | computedPropertyNames2_ES5.types | 2 var methodName = "method"; 3 >methodName : string 13 [methodName]() { } 14 >[methodName] : () => void 15 >methodName : string 17 static [methodName]() { } 18 >[methodName] : () => void 19 >methodName : string
|
D | computedPropertyNames2_ES6.types | 2 var methodName = "method"; 3 >methodName : string 13 [methodName]() { } 14 >[methodName] : () => void 15 >methodName : string 17 static [methodName]() { } 18 >[methodName] : () => void 19 >methodName : string
|
D | computedPropertyNamesOnOverloads_ES6.js | 2 var methodName = "method"; variable 5 [methodName](v: string); 6 [methodName](); 7 [methodName](v?: string) { } 11 var methodName = "method"; 14 [methodName](v) { }
|
D | computedPropertyNamesOnOverloads_ES5.js | 2 var methodName = "method"; variable 5 [methodName](v: string); 6 [methodName](); 7 [methodName](v?: string) { } 11 var methodName = "method"; 16 C.prototype[methodName] = function (v) { };
|
D | computedPropertyNames2_ES6.js | 2 var methodName = "method"; variable 5 [methodName]() { } 6 static [methodName]() { } 14 var methodName = "method"; 17 [methodName]() { } 18 static [methodName]() { }
|
D | computedPropertyNames2_ES5.js | 2 var methodName = "method"; variable 5 [methodName]() { } 6 static [methodName]() { } 14 var methodName = "method"; 19 C.prototype[methodName] = function () { }; 20 C[methodName] = function () { };
|
D | spyComparisonChecking.types | 45 for (const methodName of methodNames) { 46 >methodName : keyof T 49 spyObj[methodName].and.returnValue(1); 50 >spyObj[methodName].and.returnValue(1) : any 51 >spyObj[methodName].and.returnValue : any 52 >spyObj[methodName].and : Function 53 >spyObj[methodName] : SpyObj<T>[keyof T] 55 >methodName : keyof T
|
D | quickInfoDisplayPartsClassMethod.baseline | 42 "kind": "methodName" 108 "kind": "methodName" 174 "kind": "methodName" 240 "kind": "methodName" 306 "kind": "methodName" 372 "kind": "methodName" 438 "kind": "methodName" 504 "kind": "methodName" 570 "kind": "methodName" 636 "kind": "methodName" [all …]
|
D | spyComparisonChecking.js | 20 for (const methodName of methodNames) { 21 spyObj[methodName].and.returnValue(1); 30 var methodName = methodNames_1[_i]; variable 31 spyObj[methodName].and.returnValue(1);
|
/third_party/protobuf/php/tests/ |
D | GeneratedServiceTest.php | 60 foreach ($this->methodNames as $methodName) { 61 $this->assertTrue($this->serviceClass->hasMethod($methodName)); 67 foreach ($this->methodNames as $methodName) { 68 $docComment = $this->serviceClass->getMethod($methodName)->getDocComment(); 69 $this->assertContains($methodName, $docComment); 77 foreach ($this->methodNames as $methodName) { 78 $docComment = $this->namespacedServiceClass->getMethod($methodName)->getDocComment(); 79 $this->assertContains($methodName, $docComment); 87 foreach ($this->methodNames as $methodName) { 88 $method = $this->serviceClass->getMethod($methodName); [all …]
|
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | NumberFormatTest.java | 73 private NumberFormat getJDKInstance(int type, Locale loc, String[] methodName) { in getJDKInstance() argument 99 if (methodName != null) { in getJDKInstance() 100 methodName[0] = method; in getJDKInstance() 105 … private com.ibm.icu.text.NumberFormat getICUInstance(int type, Locale loc, String[] methodName) { in getICUInstance() argument 131 if (methodName != null) { in getICUInstance() 132 methodName[0] = method; in getICUInstance() 171 String[] methodName = new String[1]; in TestICUEquivalent() local 175 NumberFormat nf = getJDKInstance(type, iculoc, methodName); in TestICUEquivalent() 187 … + methodName[0] + ") in locale " + loc + " - JDK:" + s1 + " ICU:" + s2); in TestICUEquivalent() 205 + " NumberFormat(" + methodName[0] + ") for parsing long" + l in TestICUEquivalent() [all …]
|
/third_party/node/test/fixtures/wpt/streams/resources/ |
D | test-utils.js | 13 self.methodRejects = (t, obj, methodName, target, args) => { argument 14 const method = obj[methodName]; 17 methodName + ' should reject with a TypeError'); 20 self.methodRejectsForAll = (t, obj, methodName, targets, args) => { argument 21 return Promise.all(targets.map(target => self.methodRejects(t, obj, methodName, target, args))); 34 self.methodThrows = (obj, methodName, target, args) => { argument 35 const method = obj[methodName]; 36 assert_equals(typeof method, 'function', methodName + ' should exist'); 38 …assert_throws_js(TypeError, () => method.apply(target, args), methodName + ' should throw a TypeEr… 41 self.methodThrowsForAll = (obj, methodName, targets, args) => { argument [all …]
|
/third_party/node/lib/internal/test_runner/ |
D | mock.js | 69 const { descriptor, object, original, methodName } = this.#restore; 71 if (typeof methodName === 'string') { 73 ObjectDefineProperty(object, methodName, descriptor); 135 methodName, 139 validateStringOrSymbol(methodName, 'methodName'); 167 const descriptor = findMethodOnPrototypeChain(objectOrFunction, methodName); 185 const restore = { descriptor, object: objectOrFunction, methodName }; field 207 ObjectDefineProperty(objectOrFunction, methodName, mockDescriptor); 214 methodName, 233 return this.method(object, methodName, implementation, { [all …]
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | DebugWriter.java | 128 private String plainMethodName(String methodName) { in plainMethodName() argument 129 if (methodName.startsWith("lambda$")) { in plainMethodName() 130 methodName = methodName.substring("lambda$".length()); in plainMethodName() 132 if (SEPARATORS.matchesAnyOf(methodName)) { in plainMethodName() 133 methodName = methodName.substring(0, SEPARATORS.indexIn(methodName)); in plainMethodName() 135 return methodName; in plainMethodName()
|
/third_party/node/test/parallel/ |
D | test-whatwg-url-properties.js | 62 { name: Symbol.iterator, methodName: 'entries' }, 64 ].forEach(({ name, methodName }) => { field 65 testMethod(URLSearchParams.prototype, name, methodName); 95 function testMethod(target, name, methodName = stringifyName(name)) { argument 102 assert.strictEqual(value.name, methodName); 114 const methodName = stringifyName(name); 117 assert.strictEqual(get.name, `get ${methodName}`); 127 assert.strictEqual(set.name, `set ${methodName}`);
|
/third_party/jsframework/runtime/main/page/ |
D | register.ts | 149 for (const methodName in methods) { constant 150 Object.defineProperty(target, methodName, { 154 if (this._modifyMethods && this._modifyMethods[methodName] && 155 typeof this._modifyMethods[methodName] === 'function') { 156 return this._modifyMethods[methodName]; 166 if (moduleName === 'system.router' && methodName === 'getParams') { 173 method: methodName, 202 this._modifyMethods[methodName] = value;
|
/third_party/typescript/tests/cases/conformance/es6/computedProperties/ |
D | computedPropertyNamesOnOverloads_ES5.ts | 2 var methodName = "method"; variable 5 [methodName](v: string); 6 [methodName](); 7 [methodName](v?: string) { }
|
D | computedPropertyNamesOnOverloads_ES6.ts | 2 var methodName = "method"; variable 5 [methodName](v: string); 6 [methodName](); 7 [methodName](v?: string) { }
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | method_dump.sh | 58 NSString *methodName = 61 [reservedNames addObject:methodName]; 63 if (argCount == 3 && [methodName hasPrefix:@"set"] && methodName.length > 4) { 64 NSString *firstLetter = [methodName substringWithRange:NSMakeRange(3,1)]; 73 [methodName substringWithRange:NSMakeRange(4, methodName.length - 5)]; 74 methodName = [lowerFirstLetter stringByAppendingString:restOfString]; 75 [reservedNames addObject:methodName];
|