Home
last modified time | relevance | path

Searched refs:thing4 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DimportAssertionNonstring.symbols11 import * as thing4 from "./mod.mjs" assert {field: ["a"]};
12 >thing4 : Symbol(thing4, Decl(mod.mts, 6, 6))
DimportAssertionNonstring.types15 import * as thing4 from "./mod.mjs" assert {field: ["a"]};
16 >thing4 : typeof thing1
DimportAssertionNonstring.js8 import * as thing4 from "./mod.mjs" assert {field: ["a"]};
DimportAssertionNonstring.errors.txt22 import * as thing4 from "./mod.mjs" assert {field: ["a"]};
/third_party/typescript/tests/cases/compiler/
DimportAssertionNonstring.ts9 import * as thing4 from "./mod.mjs" assert {field: ["a"]};
/third_party/skia/tests/
DRefCntTest.cpp59 std::thread thing4(bounce_weak_weak_ref, ref); in test_weakRefCnt() local
64 thing4.join(); in test_weakRefCnt()