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

Function updateObjectLiteralExpression

test/fixtures/snapshot/typescript.js:24008–24012  ·  view source on GitHub ↗
(node, properties)

Source from the content-addressed store, hash-verified

24006 }
24007 // @api
24008 function updateObjectLiteralExpression(node, properties) {
24009 return node.properties !== properties
24010 ? update(createObjectLiteralExpression(properties, node.multiLine), node)
24011 : node;
24012 }
24013 // @api
24014 function createPropertyAccessExpression(expression, name) {
24015 var node = createBaseExpression(206 /* SyntaxKind.PropertyAccessExpression */);

Callers

nothing calls this directly

Calls 2

updateFunction · 0.70

Tested by

no test coverage detected