Home
last modified time | relevance | path

Searched refs:propertyNames (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/test/js-native-api/test_constructor/
Dtest.js25 const propertyNames = []; variable
27 propertyNames.push(name);
29 assert.ok(propertyNames.includes('echo'));
30 assert.ok(propertyNames.includes('readwriteValue'));
31 assert.ok(propertyNames.includes('readonlyValue'));
32 assert.ok(!propertyNames.includes('hiddenValue'));
33 assert.ok(!propertyNames.includes('readwriteAccessor1'));
34 assert.ok(!propertyNames.includes('readwriteAccessor2'));
35 assert.ok(!propertyNames.includes('readonlyAccessor1'));
36 assert.ok(!propertyNames.includes('readonlyAccessor2'));
/third_party/node/test/js-native-api/test_properties/
Dtest.js24 const propertyNames = []; variable
26 propertyNames.push(name);
28 assert.ok(propertyNames.includes('echo'));
29 assert.ok(propertyNames.includes('readwriteValue'));
30 assert.ok(propertyNames.includes('readonlyValue'));
31 assert.ok(!propertyNames.includes('hiddenValue'));
32 assert.ok(propertyNames.includes('NameKeyValue'));
33 assert.ok(!propertyNames.includes('readwriteAccessor1'));
34 assert.ok(!propertyNames.includes('readwriteAccessor2'));
35 assert.ok(!propertyNames.includes('readonlyAccessor1'));
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs91 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument
98 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
107 …public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] o… in GeneratedClrTypeInfo() argument
108 : this(clrType, parser, propertyNames, oneofNames, nestedEnums, null, nestedTypes) in GeneratedClrTypeInfo()
/third_party/typescript/tests/baselines/reference/
DimportHelpersAmd.types25 export declare function __rest(t: any, propertyNames: string[]): any;
26 >__rest : (t: any, propertyNames: string[]) => any
28 >propertyNames : string[]
DimportHelpersInAmbientContext.types89 export declare function __rest(t: any, propertyNames: string[]): any;
90 >__rest : (t: any, propertyNames: string[]) => any
92 >propertyNames : string[]
DimportHelpersAmd.symbols27 export declare function __rest(t: any, propertyNames: string[]): any;
30 >propertyNames : Symbol(propertyNames, Decl(tslib.d.ts, --, --))
DimportHelpersInAmbientContext.symbols101 export declare function __rest(t: any, propertyNames: string[]): any;
104 >propertyNames : Symbol(propertyNames, Decl(tslib.d.ts, --, --))
DimportHelpersInAmbientContext.js51 export declare function __rest(t: any, propertyNames: string[]): any;
DimportHelpersAmd.js14 export declare function __rest(t: any, propertyNames: string[]): any;
/third_party/typescript/src/compiler/factory/
DemitHelpers.ts198 const propertyNames: Expression[] = []; constant
208 propertyNames.push(
219 propertyNames.push(factory.createStringLiteralFromNode(propertyName));
229 factory.createArrayLiteralExpression(propertyNames),
/third_party/typescript/tests/cases/compiler/
DimportHelpersAmd.ts15 export declare function __rest(t: any, propertyNames: string[]): any;
DimportHelpersInAmbientContext.ts52 export declare function __rest(t: any, propertyNames: string[]): any;
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/
Dindex.js29 propertyNames: require('./propertyNames'),
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/
Derrors.def114 propertyNames: "'property name \\'{{=$invalidName}}\\' is invalid'",
150 propertyNames: "validate.schema{{=$schemaPath}}",
185 propertyNames: "{ propertyName: '{{=$invalidName}}' }",
DpropertyNames.jst43 {{# def.extraError:'propertyNames' }}
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/
Dindex.js23 propertyNames: true, property
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/fixtures/
Dschema.js8 propertyNames: subschema('propertyNames'), property
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/
DREADME.md181 - draft-06/07 keywords `const`, `contains`, `propertyNames` and `if/then/else`
302 …, properties, patternProperties, additionalProperties, dependencies, [propertyNames](https://githu…
577 Several custom keywords (typeof, instanceof, range and propertyNames) are defined in [ajv-keywords]…
742 - `patternProperties` for large property names - use `propertyNames` to mitigate, but some regular …
1351propertyNames` keyword schema validation errors have an additional property `propertyName`, `dataP…
1374 - `propertyNames` - property `propertyName` (an invalid property name).
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.min.js2propertyNames:e("./propertyNames"),required:e("./required"),uniqueItems:e("./uniqueItems"),validat… property
Dajv.bundle.js978 rules: [ 'maxProperties', 'minProperties', 'required', 'dependencies', 'propertyNames',
2840 propertyNames: require('./propertyNames'),
5167 propertyNames: true, property
Dajv.min.js.map1propertyNames","uniqueItems","./_limit","./_limitItems","./_limitLength","./_limitProperties","./a…
/third_party/typescript/lib/
DtypingsInstaller.js26134 var propertyNames = [];
26144propertyNames.push(factory.createConditionalExpression(factory.createTypeCheck(temp, "symbol"),
26149 propertyNames.push(factory.createStringLiteralFromNode(propertyName));
26156 ts.setTextRange(factory.createArrayLiteralExpression(propertyNames), location)
Dtsc.js20987 var propertyNames = [];
20996propertyNames.push(factory.createConditionalExpression(factory.createTypeCheck(temp, "symbol"), un…
20999 propertyNames.push(factory.createStringLiteralFromNode(propertyName));
21005 ts.setTextRange(factory.createArrayLiteralExpression(propertyNames), location)
Dtsserver.js26145 var propertyNames = [];
26155propertyNames.push(factory.createConditionalExpression(factory.createTypeCheck(temp, "symbol"),
26160 propertyNames.push(factory.createStringLiteralFromNode(propertyName));
26167 ts.setTextRange(factory.createArrayLiteralExpression(propertyNames), location)
DtypescriptServices.js26339 var propertyNames = [];
26349propertyNames.push(factory.createConditionalExpression(factory.createTypeCheck(temp, "symbol"),
26354 propertyNames.push(factory.createStringLiteralFromNode(propertyName));
26361 ts.setTextRange(factory.createArrayLiteralExpression(propertyNames), location)

12