Home
last modified time | relevance | path

Searched defs:nullable (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/parallel/
Dtest-validators.js124 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/
DjsdocTypeTag.js53 var nullable; variable
87 var nullable: number | null; variable
129 var nullable; variable
157 var nullable; variable
/third_party/node/lib/internal/
Dencoding.js390 nullable: true, property
439 nullable: true, property
473 nullable: true, property
519 nullable: true, property
Dvalidators.js249 const nullable = getOwnPropertyValueOrDefault(options, 'nullable', false); constant
Dabort_controller.js447 validateObject(resource, 'resource', { nullable: false, allowFunction: true, allowArray: true }); property
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocTypeTag.ts55 var nullable; variable
89 var nullable: number | null; variable
/third_party/node/lib/
Dvm.js338 validateObject(extension, name, { __proto__: null, nullable: true }); property
Dfs.js622 validateObject(offsetOrOptions, 'options', { nullable: true }); property
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c89 int nullable; member
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c89 int nullable; member
/third_party/musl/src/regex/
Dregcomp.c89 int nullable; member
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c89 int nullable; member
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto118 optional bool nullable = 12; field
/third_party/node/lib/internal/webstreams/
Dreadablestream.js345 validateObject(options, 'options', { nullable: true, allowFunction: true }); property
/third_party/python/Modules/
Dposixmodule.c1097 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/
Dwebidl2.js1190 get nullable() { getter in Type