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

Function createObjectDefinePropertyCall

test/fixtures/snapshot/typescript.js:26715–26717  ·  view source on GitHub ↗
(target, propertyName, attributes)

Source from the content-addressed store, hash-verified

26713 return createMethodCall(array, "concat", argumentsList);
26714 }
26715 function createObjectDefinePropertyCall(target, propertyName, attributes) {
26716 return createGlobalMethodCall("Object", "defineProperty", [target, asExpression(propertyName), attributes]);
26717 }
26718 function createReflectGetCall(target, propertyKey, receiver) {
26719 return createGlobalMethodCall("Reflect", "get", receiver ? [target, propertyKey, receiver] : [target, propertyKey]);
26720 }

Callers

nothing calls this directly

Calls 2

createGlobalMethodCallFunction · 0.85
asExpressionFunction · 0.85

Tested by

no test coverage detected