mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
db1c4a7592
This is a refactoring of https://github.com/nodejs/node/issues/27628 following https://github.com/nodejs/node/pull/28505. This change factors out functions `add_last_status()` and `add_returned_status()` so they may be reused in the tests for passing information about the last error status and/or a returned `napi_status` to JavaScript. PR-URL: https://github.com/nodejs/node/pull/28848 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
13 lines
173 B
Python
13 lines
173 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_object",
|
|
"sources": [
|
|
"../common.c",
|
|
"../entry_point.c",
|
|
"test_object.c"
|
|
]
|
|
}
|
|
]
|
|
}
|