Home
last modified time | relevance | path

Searched refs:_null (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/npm/node_modules/genfun/lib/
Dutil.js8 const _null = {} constant
28 if (value === null) { return _null }
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionKeywordProp.js27 const _null: boolean; constant
28 export { _null as null };
DjsDeclarationsFunctionKeywordPropExhaustive.js220 const _null: number; constant
221 export { _null as null };
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs42 private static readonly JsonToken _null = new JsonToken(TokenType.Null); field in Google.Protobuf.JsonToken
49 internal static JsonToken Null { get { return _null; } }
/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts154 _null: TokenType
Dacorn.js239 _null: kw("null", startsExpr), property
2558 case types._null: case types._true: case types._false:
2560 node.value = this.type === types._null ? null : this.type === types._true;
Dacorn.mjs233 _null: kw("null", startsExpr), property
2552 case types._null: case types._true: case types._false:
2554 node.value = this.type === types._null ? null : this.type === types._true;
/third_party/python/Doc/library/
Dlogging.handlers.rst124 .. _null-handler:
/third_party/json/
DChangeLog.md1383 - Unexpected behaviour of is\_null - Part II [\#1167](https://github.com/nlohmann/json/issues/1167)
1418 - Unexpected behaviour of is\_null [\#1112](https://github.com/nlohmann/json/issues/1112)
/third_party/node/tools/
Dlint-md.mjs9058 var _null = new type$1('tag:yaml.org,2002:null', { variable
9352 _null,
12432 null: _null,