19 lines
335 B
Plaintext
19 lines
335 B
Plaintext
|
|
{
|
||
|
|
"targets": [
|
||
|
|
{
|
||
|
|
"target_name": "test_cannot_run_js",
|
||
|
|
"sources": [
|
||
|
|
"test_cannot_run_js.c"
|
||
|
|
],
|
||
|
|
"defines": [ "NAPI_VERSION=10" ],
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"target_name": "test_pending_exception",
|
||
|
|
"sources": [
|
||
|
|
"test_cannot_run_js.c"
|
||
|
|
],
|
||
|
|
"defines": [ "NAPI_VERSION=9" ],
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|