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

Function initializePropertyToUndefined

test/fixtures/snapshot/typescript.js:154882–154884  ·  view source on GitHub ↗
(obj, propertyName)

Source from the content-addressed store, hash-verified

154880 }
154881 }
154882 function initializePropertyToUndefined(obj, propertyName) {
154883 return ts.factory.createExpressionStatement(ts.factory.createAssignment(ts.factory.createPropertyAccessExpression(obj, propertyName), createUndefined()));
154884 }
154885 function createActionsForAddMissingMemberInTypeScriptFile(context, _a) {
154886 var parentDeclaration = _a.parentDeclaration, declSourceFile = _a.declSourceFile, modifierFlags = _a.modifierFlags, token = _a.token;
154887 var memberName = token.text;

Callers 1

addMissingMemberInJsFunction · 0.85

Calls 1

createUndefinedFunction · 0.85

Tested by

no test coverage detected