Home
last modified time | relevance | path

Searched refs:_import (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionKeywordPropExhaustive.js212 const _import: number; constant
213 export { _import as import };
/third_party/python/Lib/unittest/test/
Dtest_discovery.py838 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/
Dacorn.d.ts153 _import: TokenType
Dacorn.js238 _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;
Dacorn.mjs232 _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/
Dimport.rst535 .. _import-mod-attrs:
973 .. _import-dunder-main:
Dsimple_stmts.rst716 .. _import:
/third_party/json/
DChangeLog.md502 - The cmake\_import example does not build [\#1976](https://github.com/nlohmann/json/issues/1976)