summaryrefslogtreecommitdiff
path: root/test/js-native-api/test_handle_scope/binding.gyp
blob: 842bd5af7444aeab5a927c255d82b6092d1d10e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "targets": [
    {
      "target_name": "test_handle_scope",
      "sources": [
        "../entry_point.c",
        "test_handle_scope.c"
      ]
    }
  ]
}