Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 25 of 168) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
DcomputedPropertyNamesOnOverloads_ES5.symbols2 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 …]
DcomputedPropertyNamesOnOverloads_ES6.symbols2 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 …]
DcomputedPropertyNamesOnOverloads_ES6.types2 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 …]
DcomputedPropertyNamesOnOverloads_ES5.types2 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 …]
DcomputedPropertyNames2_ES6.symbols2 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))
DcomputedPropertyNames2_ES5.symbols2 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))
DcomputedPropertyNames2_ES5.types2 var methodName = "method";
3 >methodName : string
13 [methodName]() { }
14 >[methodName] : () => void
15 >methodName : string
17 static [methodName]() { }
18 >[methodName] : () => void
19 >methodName : string
DcomputedPropertyNames2_ES6.types2 var methodName = "method";
3 >methodName : string
13 [methodName]() { }
14 >[methodName] : () => void
15 >methodName : string
17 static [methodName]() { }
18 >[methodName] : () => void
19 >methodName : string
DcomputedPropertyNamesOnOverloads_ES6.js2 var methodName = "method"; variable
5 [methodName](v: string);
6 [methodName]();
7 [methodName](v?: string) { }
11 var methodName = "method";
14 [methodName](v) { }
DcomputedPropertyNamesOnOverloads_ES5.js2 var methodName = "method"; variable
5 [methodName](v: string);
6 [methodName]();
7 [methodName](v?: string) { }
11 var methodName = "method";
16 C.prototype[methodName] = function (v) { };
DcomputedPropertyNames2_ES6.js2 var methodName = "method"; variable
5 [methodName]() { }
6 static [methodName]() { }
14 var methodName = "method";
17 [methodName]() { }
18 static [methodName]() { }
DcomputedPropertyNames2_ES5.js2 var methodName = "method"; variable
5 [methodName]() { }
6 static [methodName]() { }
14 var methodName = "method";
19 C.prototype[methodName] = function () { };
20 C[methodName] = function () { };
DspyComparisonChecking.types45 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
DquickInfoDisplayPartsClassMethod.baseline42 "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 …]
DspyComparisonChecking.js20 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/
DGeneratedServiceTest.php60 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/
DNumberFormatTest.java73 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/
Dtest-utils.js13 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/
Dmock.js69 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/
DDebugWriter.java128 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/
Dtest-whatwg-url-properties.js62 { 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/
Dregister.ts149 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/
DcomputedPropertyNamesOnOverloads_ES5.ts2 var methodName = "method"; variable
5 [methodName](v: string);
6 [methodName]();
7 [methodName](v?: string) { }
DcomputedPropertyNamesOnOverloads_ES6.ts2 var methodName = "method"; variable
5 [methodName](v: string);
6 [methodName]();
7 [methodName](v?: string) { }
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dmethod_dump.sh58 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];

1234567