Home
last modified time | relevance | path

Searched defs:isJs (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/es-module/
Dtest-esm-shebang.mjs4 const isJs = true; constant
/third_party/node/test/fixtures/es-modules/
Dtest-esm-ok.mjs1 const isJs = true; constant
/third_party/typescript/src/services/codefixes/
Dhelpers.ts263 const isJs = isInJSFile(contextNode); constant
DimportFixes.ts425 const isJs = isSourceFileJS(sourceFile); constant
/third_party/typescript/lib/
Dtsc.js58292 function getTypeArgumentsFromNodes(typeArgumentNodes, typeParameters, isJs) { argument
DtypingsInstaller.js69795 function getTypeArgumentsFromNodes(typeArgumentNodes, typeParameters, isJs) { argument
DtypescriptServices.js70000 function getTypeArgumentsFromNodes(typeArgumentNodes, typeParameters, isJs) { argument
Dtypescript.js70000 function getTypeArgumentsFromNodes(typeArgumentNodes, typeParameters, isJs) { argument
Dtsserverlibrary.js70000 function getTypeArgumentsFromNodes(typeArgumentNodes, typeParameters, isJs) { argument
Dtsserver.js69806 function getTypeArgumentsFromNodes(typeArgumentNodes, typeParameters, isJs) { argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp151625 bool isJs() const volatile { return !isCpp(); } in isJs() function in js::ProfileEntry