| /third_party/node/test/parallel/ |
| D | test-validators.js | 124 validateObject(null, 'foo', { nullable: true }); property 130 assert.throws(() => validateObject([], 'foo', { nullable: true }), invalidArgTypeError); property 131 assert.throws(() => validateObject(() => {}, 'foo', { nullable: true }), invalidArgTypeError); property 133 delete Object.prototype.nullable; method in delete
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsdocTypeTag.js | 53 var nullable; variable 87 var nullable: number | null; variable 129 var nullable; variable 157 var nullable; variable
|
| /third_party/node/lib/internal/ |
| D | encoding.js | 390 nullable: true, property 439 nullable: true, property 473 nullable: true, property 519 nullable: true, property
|
| D | validators.js | 249 const nullable = getOwnPropertyValueOrDefault(options, 'nullable', false); constant
|
| D | abort_controller.js | 447 validateObject(resource, 'resource', { nullable: false, allowFunction: true, allowArray: true }); property
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| D | jsdocTypeTag.ts | 55 var nullable; variable 89 var nullable: number | null; variable
|
| /third_party/node/lib/ |
| D | vm.js | 338 validateObject(extension, name, { __proto__: null, nullable: true }); property
|
| D | fs.js | 622 validateObject(offsetOrOptions, 'options', { nullable: true }); property
|
| /third_party/musl/porting/liteos_m/kernel/src/regex/ |
| D | regcomp.c | 89 int nullable; member
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
| D | regcomp.c | 89 int nullable; member
|
| /third_party/musl/src/regex/ |
| D | regcomp.c | 89 int nullable; member
|
| /third_party/musl/porting/uniproton/kernel/src/regex/ |
| D | regcomp.c | 89 int nullable; member
|
| /third_party/protobuf/objectivec/Tests/ |
| D | unittest_objc.proto | 118 optional bool nullable = 12; field
|
| /third_party/node/lib/internal/webstreams/ |
| D | readablestream.js | 345 validateObject(options, 'options', { nullable: true, allowFunction: true }); property
|
| /third_party/python/Modules/ |
| D | posixmodule.c | 1097 int nullable; member 1112 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument 1115 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
|
| /third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
| D | webidl2.js | 1190 get nullable() { getter in Type
|