MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / testGetProperty

Function testGetProperty

test/object/get_property.js:8–11  ·  view source on GitHub ↗
(nativeGetProperty)

Source from the content-addressed store, hash-verified

6
7function test (binding) {
8 function testGetProperty (nativeGetProperty) {
9 const obj = { test: 1 };
10 assert.strictEqual(nativeGetProperty(obj, 'test'), 1);
11 }
12
13 function testShouldReturnUndefinedIfKeyIsNotPresent (nativeGetProperty) {
14 const obj = { };

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68