Home
last modified time | relevance | path

Searched refs:propertyKey (Results 1 - 15 of 15) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DdecoratorMetadataOnInferredType.js10 function decorator(target: Object, propertyKey: string) {
29 function decorator(target, propertyKey) {
H A DdecoratorMetadataWithConstructorType.js10 function decorator(target: Object, propertyKey: string) {
29 function decorator(target, propertyKey) {
H A DdecoratorInstantiateModulesInFunctionBodies.js11 return function (target: any, propertyKey: string) {
40 return function (target, propertyKey) {
H A DmetadataReferencedWithinFilteredUnion.js9 function decorate(target: any, propertyKey: string) {
43 function decorate(target, propertyKey) {
H A DdecoratorOnClassConstructor2.js5 export function foo(target: Object, propertyKey: string | symbol, parameterIndex: number) { }
26 function foo(target, propertyKey, parameterIndex) { }
H A DdecoratorOnClassConstructor3.js5 export function foo(target: Object, propertyKey: string | symbol, parameterIndex: number) { }
28 function foo(target, propertyKey, parameterIndex) { }
H A DdecoratorOnClassProperty13.js2 declare function dec(target: any, propertyKey: string, desc: PropertyDescriptor): void;
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc1612 Handle<Object> propertyKey; in GenericArrayGroupBy() local
1614 ASSIGN_RETURN_ON_EXCEPTION(isolate, propertyKey, in GenericArrayGroupBy()
1620 if (propertyKey->IsMinusZero()) { in GenericArrayGroupBy()
1621 propertyKey = Handle<Smi>(Smi::FromInt(0), isolate); in GenericArrayGroupBy()
1624 // 6c. Let propertyKey be ? ToPropertyKey(? Call(callbackfn, thisArg, « in GenericArrayGroupBy()
1628 Object::ToName(isolate, propertyKey), in GenericArrayGroupBy()
1630 propertyKey = isolate->factory()->InternalizeName(propertyKeyName); in GenericArrayGroupBy()
1633 // 6e. Perform ! AddValueToKeyedGroup(groups, propertyKey, kValue). in GenericArrayGroupBy()
1634 groups = AddValueToKeyedGroup(isolate, groups, propertyKey, kValue); in GenericArrayGroupBy()
1671 Handle<Object> propertyKey; in FastArrayGroupBy() local
[all...]
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 189 milliseconds