Searched refs:_import (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsFunctionKeywordPropExhaustive.js | 212 const _import: number; constant 213 export { _import as import };
|
/third_party/python/Lib/unittest/test/ |
D | test_discovery.py | 838 def _import(packagename, *args, **kwargs): function 850 with unittest.mock.patch('builtins.__import__', _import): 863 def _import(packagename, *args, **kwargs): function 867 with unittest.mock.patch('builtins.__import__', _import):
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.d.ts | 153 _import: TokenType
|
D | acorn.js | 238 _import: kw("import", startsExpr), property 898 case types._import: 899 if (this.options.ecmaVersion > 10 && starttype === types._import) { 913 return starttype === types._import ? this.parseImport(node) : this.parseExport(node, exports) 2598 case types._import: 2774 var startPos = this.start, startLoc = this.startLoc, isImport = this.type === types._import;
|
D | acorn.mjs | 232 _import: kw("import", startsExpr), property 892 case types._import: 893 if (this.options.ecmaVersion > 10 && starttype === types._import) { 907 return starttype === types._import ? this.parseImport(node) : this.parseExport(node, exports) 2592 case types._import: 2768 var startPos = this.start, startLoc = this.startLoc, isImport = this.type === types._import;
|
/third_party/python/Doc/reference/ |
D | import.rst | 535 .. _import-mod-attrs: 973 .. _import-dunder-main:
|
D | simple_stmts.rst | 716 .. _import:
|
/third_party/json/ |
D | ChangeLog.md | 502 - The cmake\_import example does not build [\#1976](https://github.com/nlohmann/json/issues/1976)
|