MCPcopy Index your code
hub / github.com/nodejs/node / createObjectType

Function createObjectType

test/fixtures/snapshot/typescript.js:51738–51748  ·  view source on GitHub ↗
(objectFlags, symbol)

Source from the content-addressed store, hash-verified

51736 return type;
51737 }
51738 function createObjectType(objectFlags, symbol) {
51739 var type = createType(524288 /* TypeFlags.Object */);
51740 type.objectFlags = objectFlags;
51741 type.symbol = symbol;
51742 type.members = undefined;
51743 type.properties = undefined;
51744 type.callSignatures = undefined;
51745 type.constructSignatures = undefined;
51746 type.indexInfos = undefined;
51747 return type;
51748 }
51749 function createTypeofType() {
51750 return getUnionType(ts.arrayFrom(typeofEQFacts.keys(), getStringLiteralType));
51751 }

Calls 1

createTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…