node/test/addons/dlopen-ping-pong
Daniel Bevenius bd0a690632 test: fix warning in dlopen-ping-pong/binding.cc
Currently, the following compiler warning is issued:
../binding.cc:26:27:
warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
  const String::Utf8Value filename(args[0]);
                          ^

This commit updates the code to use the Isolate version.

PR-URL: https://github.com/nodejs/node/pull/19966
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-04-14 13:22:31 +02:00
..
binding.cc test: fix warning in dlopen-ping-pong/binding.cc 2018-04-14 13:22:31 +02:00
binding.gyp build: enable runtime linking 2017-09-20 09:12:14 -03:00
ping.c src: add support to pass flags to dlopen 2017-09-08 17:14:03 -04:00
test.js test: clean up string concat in dlopen-ping-pong 2017-10-11 14:29:44 +05:30