Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Does not install #28

@txtsd

Description

@txtsd
make: Leaving directory '/home/txtsd/git/pokemongo-genymotion/node_modules/canvas/build'
npm notice created a lockfile as package-lock.json. You should commit this file.
added 133 packages from 108 contributors and audited 169 packages in 18.162s
found 2 vulnerabilities (1 low, 1 moderate)
  run `npm audit fix` to fix them, or `npm audit` for details
λ npm audit                                                                                                                                                                                   
                                                                                
                       === npm audit security report ===                        
                                                                                
# Run  npm install deep-extend@0.6.0  to resolve 1 vulnerability
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ deep-extend                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ deep-extend                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ deep-extend                                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/612                             │
└───────────────┴──────────────────────────────────────────────────────────────┘


┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Denial of Service                                            │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ canvas                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=1.6.10                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ ascii-art                                                    │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ ascii-art > canvas                                           │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/804                             │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 2 vulnerabilities (1 low, 1 moderate) in 169 scanned packages
  run `npm audit fix` to fix 1 of them.
  1 vulnerability requires manual review. See the full report for details.

After updating ascii-art to a more recent version:

Details ``` λ npm clean-install npm WARN prepare removing existing node_modules/ before installation

canvas@1.6.9 install /home/txtsd/git/pokemongo-genymotion/node_modules/canvas
node-gyp rebuild

gyp info it worked if it ends with ok
gyp info using node-gyp@4.0.0
gyp info using node@11.15.0 | linux | x64
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/usr/lib/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/home/txtsd/git/pokemongo-genymotion/node_modules/canvas/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/usr/lib/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/home/txtsd/.node-gyp/11.15.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/home/txtsd/.node-gyp/11.15.0',
gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/home/txtsd/.node-gyp/11.15.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/home/txtsd/git/pokemongo-genymotion/node_modules/canvas',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory '/home/txtsd/git/pokemongo-genymotion/node_modules/canvas/build'
SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
COPY Release/canvas-postbuild.node
CXX(target) Release/obj.target/canvas/src/Canvas.o
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka ‘void ()(uv_work_s, int)’} [-Wcast-function-type]
2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
| ^
In file included from ../src/Canvas.cc:20:
../src/JPEGStream.h: In function ‘boolean empty_closure_output_buffer(j_compress_ptr)’:
../src/JPEGStream.h:42:108: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value)’ is deprecated [-Wdeprecated-declarations]
42 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)dest->closure->fn, 2, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
In file included from ../src/Canvas.cc:20:
../src/JPEGStream.h:42:108: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value
)’ is deprecated [-Wdeprecated-declarations]
42 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)dest->closure->fn, 2, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
In file included from ../src/Canvas.cc:20:
../src/JPEGStream.h: In function ‘void term_closure_destination(j_compress_ptr)’:
../src/JPEGStream.h:63:113: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value)’ is deprecated [-Wdeprecated-declarations]
63 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)dest->closure->fn, 2, data_argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
In file included from ../src/Canvas.cc:20:
../src/JPEGStream.h:63:113: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value
)’ is deprecated [-Wdeprecated-declarations]
63 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)dest->closure->fn, 2, data_argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
In file included from ../src/Canvas.cc:20:
../src/JPEGStream.h:71:112: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value)’ is deprecated [-Wdeprecated-declarations]
71 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)dest->closure->fn, 2, end_argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
In file included from ../src/Canvas.cc:20:
../src/JPEGStream.h:71:112: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value
)’ is deprecated [-Wdeprecated-declarations]
71 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)dest->closure->fn, 2, end_argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
../src/Canvas.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Canvas::New(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/Canvas.cc:74:57: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
74 | if (info[0]->IsNumber()) width = info[0]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:75:58: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
75 | if (info[1]->IsNumber()) height = info[1]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:76:76: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
76 | if (info[2]->IsString()) type = !strcmp("pdf", String::Utf8Value(info[2]))
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:78:48: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
78 | : !strcmp("svg", String::Utf8Value(info[2]))
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Canvas::SetWidth(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/Canvas.cc:119:40: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
119 | canvas->width = value->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Canvas::SetHeight(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/Canvas.cc:140:41: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
140 | canvas->height = value->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc: In static member function ‘static void Canvas::ToBufferAsyncAfter(uv_work_t
)’:
../src/Canvas.cc:221:31: warning: ‘v8::Localv8::Value Nan::Callback::Call(int, v8::Localv8::Value
) const’ is deprecated [-Wdeprecated-declarations]
221 | closure->pfn->Call(1, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1740:3: note: declared here
1740 | Call(int argc, v8::Localv8::Value argv[]) const {
| ^~~~
../src/Canvas.cc:226:31: warning: ‘v8::Localv8::Value Nan::Callback::Call(int, v8::Localv8::Value) const’ is deprecated [-Wdeprecated-declarations]
226 | closure->pfn->Call(2, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1740:3: note: declared here
1740 | Call(int argc, v8::Localv8::Value argv[]) const {
| ^~~~
../src/Canvas.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Canvas::ToBuffer(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/Canvas.cc:274:52: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
274 | compression_level = info[1]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:279:49: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
279 | uint32_t tmp = info[1]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:301:39: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
301 | filter = info[2]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:327:76: warning: cast between incompatible function types from ‘void (
)(uv_work_t*)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka ‘void ()(uv_work_s, int)’} [-Wcast-function-type]
327 | uv_queue_work(uv_default_loop(), req, ToBufferAsync, (uv_after_work_cb)ToBufferAsyncAfter);
| ^~~~~~~~~~~~~~~~~~
../src/Canvas.cc: In function ‘cairo_status_t streamPNG(void*, const uint8_t*, unsigned int)’:
../src/Canvas.cc:377:102: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value)’ is deprecated [-Wdeprecated-declarations]
377 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)closure->fn, 3, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
../src/Canvas.cc:377:102: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value
)’ is deprecated [-Wdeprecated-declarations]
377 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)closure->fn, 3, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
../src/Canvas.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Canvas::StreamPNGSync(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/Canvas.cc:396:52: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
396 | compression_level = info[1]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:401:49: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
401 | uint32_t tmp = info[1]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:423:39: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
423 | filter = info[2]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:446:103: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value)’ is deprecated [-Wdeprecated-declarations]
446 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)closure.fn, 1, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
../src/Canvas.cc:446:103: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value
)’ is deprecated [-Wdeprecated-declarations]
446 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)closure.fn, 1, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
../src/Canvas.cc:452:103: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value)’ is deprecated [-Wdeprecated-declarations]
452 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)closure.fn, 1, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
../src/Canvas.cc:452:103: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value
)’ is deprecated [-Wdeprecated-declarations]
452 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), (v8::Localv8::Function)closure.fn, 1, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
../src/Canvas.cc: In function ‘cairo_status_t streamPDF(void*, const uint8_t*, unsigned int)’:
../src/Canvas.cc:476:77: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value)’ is deprecated [-Wdeprecated-declaration ]
476 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), closure->fn, 3, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
../src/Canvas.cc:476:77: warning: ‘v8::Localv8::Value Nan::MakeCallback(v8::Localv8::Object, v8::Localv8::Function, int, v8::Localv8::Value
)’ is deprecated [-Wdeprecated-declaration ]
476 | Nan::MakeCallback(Nan::GetCurrentContext()->Global(), closure->fn, 3, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Canvas.cc:7:
../../nan/nan.h:1024:46: note: declared here
1024 | NAN_DEPRECATED inline v8::Localv8::Value MakeCallback(
| ^~~~~~~~~~~~
../src/Canvas.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Canvas::StreamJPEGSync(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/Canvas.cc:557:64: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
557 | write_to_jpeg_stream(canvas->surface(), info[0]->NumberValue(), info[1]->NumberValue(), info[2]->BooleanValue(), &closure);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:557:88: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
557 | write_to_jpeg_stream(canvas->surface(), info[0]->NumberValue(), info[1]->NumberValue(), info[2]->BooleanValue(), &closure);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc:557:113: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
557 | write_to_jpeg_stream(canvas->surface(), info[0]->NumberValue(), info[1]->NumberValue(), info[2]->BooleanValue(), &closure);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2568:43: note: declared here
2568 | V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
| ^~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Canvas.cc: In member function ‘void Canvas::resurface(v8::Localv8::Object)’:
../src/Canvas.cc:641:85: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
641 | Context2d context2d = Nan::ObjectWrap::Unwrap(context->ToObject());
| ^
In file included from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
../src/Canvas.cc:657:85: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
657 | Context2d context2d = Nan::ObjectWrap::Unwrap(context->ToObject());
| ^
In file included from ../src/Canvas.h:11,
from ../src/Canvas.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
/home/txtsd/.node-gyp/11.15.0/include/node/node_object_wrap.h:84:78: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void ()(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
9710 | reinterpret_cast(callback), type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
../../nan/nan_object_wrap.h:65:61: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
In file included from ../src/Canvas.cc:8:
../src/PNG.h: In function ‘cairo_status_t canvas_write_png(cairo_surface_t
, png_rw_ptr, void*)’:
../src/PNG.h:73:20: warning: variable ‘status’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
73 | cairo_status_t status = CAIRO_STATUS_SUCCESS;
| ^~~~~~
CXX(target) Release/obj.target/canvas/src/CanvasGradient.o
In file included from ../src/Canvas.h:22,
from ../src/CanvasGradient.cc:9:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka ‘void ()(uv_work_s, int)’} [-Wcast-function-type]
2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
| ^
../src/CanvasGradient.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Gradient::New(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasGradient.cc:45:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
45 | info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:46:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
46 | , info[1]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:47:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
47 | , info[2]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:48:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
48 | , info[3]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:57:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
57 | info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:58:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
58 | , info[1]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:59:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
59 | , info[2]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:60:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
60 | , info[3]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:61:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
61 | , info[4]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:62:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
62 | , info[5]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Gradient::AddColorStop(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasGradient.cc:83:32: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
83 | String::Utf8Value str(info[1]);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasGradient.cc:90:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
90 | , info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
In file included from ../src/Canvas.h:11,
from ../src/CanvasGradient.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
/home/txtsd/.node-gyp/11.15.0/include/node/node_object_wrap.h:84:78: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
9710 | reinterpret_cast(callback), type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P
, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
../../nan/nan_object_wrap.h:65:61: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
CXX(target) Release/obj.target/canvas/src/CanvasPattern.o
In file included from ../src/Canvas.h:22,
from ../src/CanvasPattern.cc:8:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker
)’:
../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka ‘void ()(uv_work_s, int)’} [-Wcast-function-type]
2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
| ^
../src/CanvasPattern.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Pattern::New(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasPattern.cc:46:41: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
46 | Local obj = info[0]->ToObject();
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasPattern.cc:8:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
/home/txtsd/.node-gyp/11.15.0/include/node/node_object_wrap.h:84:78: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
9710 | reinterpret_cast(callback), type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P
, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
../../nan/nan_object_wrap.h:65:61: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
CXX(target) Release/obj.target/canvas/src/CanvasRenderingContext2d.o
In file included from ../src/Canvas.h:22,
from ../src/CanvasRenderingContext2d.cc:14:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker
)’:
../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka ‘void ()(uv_work_s, int)’} [-Wcast-function-type]
2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
| ^
../src/CanvasRenderingContext2d.cc: In member function ‘void Context2d::setFillRule(v8::Localv8::Value)’:
../src/CanvasRenderingContext2d.cc:303:32: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
303 | String::Utf8Value str(value);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::New(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:557:41: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
557 | Local obj = info[0]->ToObject();
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::PutImageData(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:590:41: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
590 | Local obj = info[0]->ToObject();
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:607:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
607 | , dx = info[1]->Int32Value()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:608:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
608 | , dy = info[2]->Int32Value()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:622:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
622 | sx = info[3]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:623:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
623 | sy = info[4]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:624:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
624 | sw = info[5]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:625:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
625 | sh = info[6]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::GetImageData(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:709:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
709 | int sx = info[0]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:710:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
710 | int sy = info[1]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:711:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
711 | int sw = info[2]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:712:32: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
712 | int sh = info[3]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::DrawImage(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:834:41: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
834 | Local obj = info[0]->ToObject();
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:865:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
865 | sx = info[1]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:866:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
866 | sy = info[2]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:867:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
867 | sw = info[3]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:868:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
868 | sh = info[4]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:869:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
869 | dx = info[5]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:870:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
870 | dy = info[6]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:871:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
871 | dw = info[7]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:872:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
872 | dh = info[8]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:876:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
876 | dx = info[1]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:877:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
877 | dy = info[2]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:878:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
878 | dw = info[3]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:879:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
879 | dh = info[4]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:883:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
883 | dx = info[1]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:884:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
884 | dy = info[2]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetGlobalAlpha(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:968:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
968 | double n = value->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetPatternQuality(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1031:45: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1031 | String::Utf8Value quality(value->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1031:46: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1031 | String::Utf8Value quality(value->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetGlobalCompositeOperation(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1069:42: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1069 | String::Utf8Value type(value->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1069:43: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1069 | String::Utf8Value type(value->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetShadowOffsetX(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1154:54: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1154 | context->state->shadowOffsetX = value->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetShadowOffsetY(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1172:54: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1172 | context->state->shadowOffsetY = value->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetShadowBlur(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1189:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1189 | int n = value->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetAntiAlias(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1217:41: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1217 | String::Utf8Value str(value->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1217:42: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1217 | String::Utf8Value str(value->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetTextDrawingMode(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1257:41: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1257 | String::Utf8Value str(value->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1257:42: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1257 | String::Utf8Value str(value->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetFilter(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1288:41: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1288 | String::Utf8Value str(value->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1288:42: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1288 | String::Utf8Value str(value->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetMiterLimit(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1319:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1319 | double n = value->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetLineWidth(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1340:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1340 | double n = value->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetLineJoin(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1369:42: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1369 | String::Utf8Value type(value->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1369:43: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1369 | String::Utf8Value type(value->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetLineCap(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE ’:
../src/CanvasRenderingContext2d.cc:1401:42: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1401 | String::Utf8Value type(value->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1401:43: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1401 | String::Utf8Value type(value->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::IsPointInPath(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1419:37: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1419 | double x = info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1420:37: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1420 | , y = info[1]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::SetFillPattern(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1435:41: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1435 | Local obj = info[0]->ToObject();
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::SetStrokePattern(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1456:41: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1456 | Local obj = info[0]->ToObject();
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetShadowColor(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1476:41: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1476 | String::Utf8Value str(value->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1476:42: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1476 | String::Utf8Value str(value->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::SetFillColor(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1502:32: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1502 | String::Utf8Value str(info[0]);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::SetStrokeColor(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1528:32: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1528 | String::Utf8Value str(info[0]);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::BezierCurveTo(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1561:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1561 | , info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1562:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1562 | , info[1]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1563:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1563 | , info[2]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1564:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1564 | , info[3]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1565:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1565 | , info[4]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1566:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1566 | , info[5]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::QuadraticCurveTo(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1583:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1583 | , x1 = info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1584:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1584 | , y1 = info[1]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1585:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1585 | , x2 = info[2]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1586:33: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1586 | , y2 = info[3]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::Rotate(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1645:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1645 | , info[0]->IsNumber() ? info[0]->NumberValue() : 0);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::Transform(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1655:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1655 | , info[0]->IsNumber() ? info[0]->NumberValue() : 0
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1656:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1656 | , info[1]->IsNumber() ? info[1]->NumberValue() : 0
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1657:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1657 | , info[2]->IsNumber() ? info[2]->NumberValue() : 0
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1658:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1658 | , info[3]->IsNumber() ? info[3]->NumberValue() : 0
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1659:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1659 | , info[4]->IsNumber() ? info[4]->NumberValue() : 0
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1660:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1660 | , info[5]->IsNumber() ? info[5]->NumberValue() : 0);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::Translate(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1682:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1682 | , info[0]->IsNumber() ? info[0]->NumberValue() : 0
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1683:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1683 | , info[1]->IsNumber() ? info[1]->NumberValue() : 0);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::Scale(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1693:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1693 | , info[0]->IsNumber() ? info[0]->NumberValue() : 0
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1694:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1694 | , info[1]->IsNumber() ? info[1]->NumberValue() : 0);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::FillText(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1735:43: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1735 | String::Utf8Value str(info[0]->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1735:44: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1735 | String::Utf8Value str(info[0]->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1736:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1736 | double x = info[1]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1737:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1737 | double y = info[2]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::StrokeText(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1760:43: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1760 | String::Utf8Value str(info[0]->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1760:44: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1760 | String::Utf8Value str(info[0]->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1761:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1761 | double x = info[1]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1762:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1762 | double y = info[2]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::LineTo(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1899:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1899 | , info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1900:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1900 | , info[1]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::MoveTo(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1915:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1915 | , info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1916:28: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1916 | , info[1]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::SetFontFace(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1930:41: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1930 | Local obj = info[0]->ToObject();
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:1936:38: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1936 | double size = info[1]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::SetFont(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:1965:35: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1965 | String::Utf8Value weight(info[0]);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1966:34: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1966 | String::Utf8Value style(info[1]);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1967:38: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
1967 | double size = info[2]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1968:33: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1968 | String::Utf8Value unit(info[3]);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:1969:35: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
1969 | String::Utf8Value family(info[4]);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::MeasureText(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:2073:43: warning: ‘v8::Localv8::String v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2073 | String::Utf8Value str(info[0]->ToString());
| ^
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10251:15: note: declared here
10251 | Local Value::ToString() const {
| ^~~~~
../src/CanvasRenderingContext2d.cc:2073:44: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
2073 | String::Utf8Value str(info[0]->ToString());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::SetTextBaseline(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:2200:54: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2200 | context->state->textBaseline = info[0]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::SetTextAlignment(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:2210:55: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2210 | context->state->textAlignment = info[0]->Int32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2572:46: note: declared here
2572 | V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
| ^~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::SetLineDash(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:2226:27: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2226 | a[i] = d->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Context2d::SetLineDashOffset(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:2260:38: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2260 | double offset = value->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::FillRect(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:48:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
48 | double x = info[0]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2290:3: note: in expansion of macro ‘RECT_ARGS’
2290 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:49:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
49 | double y = info[1]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2290:3: note: in expansion of macro ‘RECT_ARGS’
2290 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:50:39: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
50 | double width = info[2]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2290:3: note: in expansion of macro ‘RECT_ARGS’
2290 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:51:40: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
51 | double height = info[3]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2290:3: note: in expansion of macro ‘RECT_ARGS’
2290 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::StrokeRect(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:48:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
48 | double x = info[0]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2305:3: note: in expansion of macro ‘RECT_ARGS’
2305 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:49:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
49 | double y = info[1]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2305:3: note: in expansion of macro ‘RECT_ARGS’
2305 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:50:39: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
50 | double width = info[2]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2305:3: note: in expansion of macro ‘RECT_ARGS’
2305 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:51:40: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
51 | double height = info[3]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2305:3: note: in expansion of macro ‘RECT_ARGS’
2305 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::ClearRect(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:48:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
48 | double x = info[0]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2320:3: note: in expansion of macro ‘RECT_ARGS’
2320 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:49:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
49 | double y = info[1]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2320:3: note: in expansion of macro ‘RECT_ARGS’
2320 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:50:39: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
50 | double width = info[2]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2320:3: note: in expansion of macro ‘RECT_ARGS’
2320 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:51:40: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
51 | double height = info[3]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2320:3: note: in expansion of macro ‘RECT_ARGS’
2320 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::Rect(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:48:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
48 | double x = info[0]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2338:3: note: in expansion of macro ‘RECT_ARGS’
2338 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:49:35: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
49 | double y = info[1]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2338:3: note: in expansion of macro ‘RECT_ARGS’
2338 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:50:39: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
50 | double width = info[2]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2338:3: note: in expansion of macro ‘RECT_ARGS’
2338 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:51:40: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
51 | double height = info[3]->NumberValue();
| ^
../src/CanvasRenderingContext2d.cc:2338:3: note: in expansion of macro ‘RECT_ARGS’
2338 | RECT_ARGS;
| ^~~~~~~~~
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::Arc(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:2363:46: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2363 | bool anticlockwise = info[5]->BooleanValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2568:43: note: declared here
2568 | V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
| ^~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2368:57: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2368 | if (anticlockwise && M_PI * 2 != info[4]->NumberValue()) {
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2370:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2370 | , info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2371:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2371 | , info[1]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2372:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2372 | , info[2]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2373:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2373 | , info[3]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2374:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2374 | , info[4]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2377:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2377 | , info[0]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2378:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2378 | , info[1]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2379:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2379 | , info[2]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2380:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2380 | , info[3]->NumberValue()
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2381:30: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2381 | , info[4]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Context2d::ArcTo(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/CanvasRenderingContext2d.cc:2407:40: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2407 | Point p1(info[0]->NumberValue(), info[1]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2407:64: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2407 | Point p1(info[0]->NumberValue(), info[1]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2410:40: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2410 | Point p2(info[2]->NumberValue(), info[3]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2410:64: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2410 | Point p2(info[2]->NumberValue(), info[3]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/CanvasRenderingContext2d.cc:2412:39: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
2412 | float radius = info[4]->NumberValue();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
In file included from ../src/Canvas.h:11,
from ../src/CanvasRenderingContext2d.cc:14:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
/home/txtsd/.node-gyp/11.15.0/include/node/node_object_wrap.h:84:78: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
9710 | reinterpret_cast(callback), type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P
, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
../../nan/nan_object_wrap.h:65:61: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
CXX(target) Release/obj.target/canvas/src/color.o
CXX(target) Release/obj.target/canvas/src/Image.o
In file included from ../src/Canvas.h:22,
from ../src/Image.cc:7:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker
)’:
../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka ‘void ()(uv_work_s, int)’} [-Wcast-function-type]
2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
| ^
../src/Image.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Image::SetDataMode(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/Image.cc:104:35: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
104 | int mode = value->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Image.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Image.cc: In static member function ‘static Nan::NAN_SETTER_RETURN_TYPE Image::SetSource(v8::Localv8::String, v8::Localv8::Value, Nan::NAN_SETTER_ARGS_TYPE)’:
../src/Image.cc:172:32: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
172 | String::Utf8Value src(value);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/Image.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/Image.cc:178:61: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
178 | uint8_t buf = (uint8_t ) Buffer::Data(value->ToObject());
| ^
In file included from ../src/Canvas.h:11,
from ../src/Image.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
../src/Image.cc:179:51: warning: ‘v8::Localv8::Object v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
179 | unsigned len = Buffer::Length(value->ToObject());
| ^
In file included from ../src/Canvas.h:11,
from ../src/Image.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:10257:15: note: declared here
10257 | Local Value::ToObject() const {
| ^~~~~
../src/Image.cc: In member function ‘void Image::loaded()’:
../src/Image.cc:372:25: warning: ‘v8::Localv8::Value Nan::Callback::Call(int, v8::Localv8::Value) const’ is deprecated [-Wdeprecated-declarations]
372 | onload->Call(0, NULL);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Image.cc:7:
../../nan/nan.h:1740:3: note: declared here
1740 | Call(int argc, v8::Localv8::Value argv[]) const {
| ^~~~
../src/Image.cc: In member function ‘void Image::error(v8::Localv8::Value)’:
../src/Image.cc:385:26: warning: ‘v8::Localv8::Value Nan::Callback::Call(int, v8::Localv8::Value) const’ is deprecated [-Wdeprecated-declarations]
385 | onerror->Call(1, argv);
| ^
In file included from ../src/Canvas.h:22,
from ../src/Image.cc:7:
../../nan/nan.h:1740:3: note: declared here
1740 | Call(int argc, v8::Localv8::Value argv[]) const {
| ^~~~
In file included from ../src/Canvas.h:11,
from ../src/Image.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
/home/txtsd/.node-gyp/11.15.0/include/node/node_object_wrap.h:84:78: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
9710 | reinterpret_cast(callback), type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P
, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
../../nan/nan_object_wrap.h:65:61: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
CXX(target) Release/obj.target/canvas/src/ImageData.o
In file included from ../src/Canvas.h:22,
from ../src/ImageData.h:11,
from ../src/ImageData.cc:8:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker
)’:
../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka ‘void ()(uv_work_s, int)’} [-Wcast-function-type]
2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
| ^
../src/ImageData.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE ImageData::New(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/ImageData.cc:54:34: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
54 | width = info[0]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/ImageData.h:11,
from ../src/ImageData.cc:8:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/ImageData.cc:59:35: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
59 | height = info[1]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/ImageData.h:11,
from ../src/ImageData.cc:8:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/ImageData.cc:91:34: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
91 | width = info[1]->Uint32Value();
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/ImageData.h:11,
from ../src/ImageData.cc:8:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/ImageData.cc:102:53: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
102 | if (info[2]->IsUint32() && info[2]->Uint32Value() != height) {
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/ImageData.h:11,
from ../src/ImageData.cc:8:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2571:47: note: declared here
2571 | V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
In file included from ../src/Canvas.h:11,
from ../src/ImageData.h:11,
from ../src/ImageData.cc:8:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
/home/txtsd/.node-gyp/11.15.0/include/node/node_object_wrap.h:84:78: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
9710 | reinterpret_cast(callback), type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P
, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
../../nan/nan_object_wrap.h:65:61: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
CXX(target) Release/obj.target/canvas/src/init.o
In file included from ../src/Canvas.h:22,
from ../src/init.cc:9:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker
)’:
../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka ‘void ()(uv_work_s, int)’} [-Wcast-function-type]
2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
| ^
In file included from ../src/Canvas.h:12,
from ../src/init.cc:9:
../src/init.cc: At global scope:
/home/txtsd/.node-gyp/11.15.0/include/node/node.h:544:43: warning: cast between incompatible function types from ‘void ()(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void ()(v8::Localv8::Object)’} to ‘node::addon_register_func’ {aka ‘void ()(v8::Localv8::Object, v8::Localv8::Value, void)’} [-Wcast-function-type]
544 | (node::addon_register_func) (regfunc),
| ^
/home/txtsd/.node-gyp/11.15.0/include/node/node.h:578:3: note: in expansion of macro ‘NODE_MODULE_X’
578 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
| ^~~~~~~~~~~~~
../src/init.cc:82:1: note: in expansion of macro ‘NODE_MODULE’
82 | NODE_MODULE(canvas,init);
| ^~~~~~~~~~~
In file included from ../src/Canvas.h:11,
from ../src/init.cc:9:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
/home/txtsd/.node-gyp/11.15.0/include/node/node_object_wrap.h:84:78: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
9710 | reinterpret_cast(callback), type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P
, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
../../nan/nan_object_wrap.h:65:61: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
CXX(target) Release/obj.target/canvas/src/FontFace.o
In file included from ../src/Canvas.h:22,
from ../src/FontFace.h:10,
from ../src/FontFace.cc:7:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker
)’:
../../nan/nan.h:2298:62: warning: cast between incompatible function types from ‘void ()(uv_work_t)’ {aka ‘void ()(uv_work_s)’} to ‘uv_after_work_cb’ {aka ‘void ()(uv_work_s, int)’} [-Wcast-function-type]
2298 | , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
| ^
../src/FontFace.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE FontFace::New(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/FontFace.cc:65:37: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
65 | String::Utf8Value filePath(info[0]);
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/FontFace.h:10,
from ../src/FontFace.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2992:28: note: declared here
2992 | explicit Utf8Value(Localv8::Value obj));
| ^~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/FontFace.cc:66:42: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
66 | int faceIdx = int(info[1]->NumberValue());
| ^
In file included from /home/txtsd/.node-gyp/11.15.0/include/node/v8.h:26,
from ../src/Canvas.h:11,
from ../src/FontFace.h:10,
from ../src/FontFace.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:2569:45: note: declared here
2569 | V8_DEPRECATED("Use maybe version", double NumberValue() const);
| ^~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8config.h:326:3: note: in definition of macro ‘V8_DEPRECATED’
326 | declarator attribute((deprecated(message)))
| ^~~~~~~~~~
../src/FontFace.cc:99:65: warning: cast between incompatible function types from ‘FT_Error ()(FT_Face)’ {aka ‘int ()(FT_FaceRec_)’} to ‘cairo_destroy_func_t’ {aka ‘void ()(void*)’} [-Wcast-function-type]
99 | ftFace, (cairo_destroy_func_t) FT_Done_Face);
| ^~~~~~~~~~~~
In file included from ../src/Canvas.h:11,
from ../src/FontFace.h:10,
from ../src/FontFace.cc:7:
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P*, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’:
/home/txtsd/.node-gyp/11.15.0/include/node/node_object_wrap.h:84:78: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfonode::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfonode::ObjectWrap&)’} to ‘Callback’ {aka ‘void ()(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
9710 | reinterpret_cast(callback), type);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase::SetWeak(P
, typename v8::WeakCallbackInfo

::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo

::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’:
../../nan/nan_object_wrap.h:65:61: required from here
/home/txtsd/.node-gyp/11.15.0/include/node/v8.h:9710:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfoNan::ObjectWrap::Callback’ {aka ‘void (
)(const v8::WeakCallbackInfoNan::ObjectWrap&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo&)’} [-Wcast-function-type]
SOLINK_MODULE(target) Release/obj.target/canvas.node
COPY Release/canvas.node
make: Leaving directory '/home/txtsd/git/pokemongo-genymotion/node_modules/canvas/build'
gyp info ok
added 133 packages in 10.222s

[txtsd@dungeon-of-data]─[~/git/pokemongo-genymotion]─[± ●● master] [19-07-04 0:55:39]
λ npm start

dev@0.0.1 start /home/txtsd/git/pokemongo-genymotion
node app.js

internal/modules/cjs/loader.js:670
throw err;
^

Error: Cannot find module 'async'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:668:15)
at Function.Module._load (internal/modules/cjs/loader.js:591:27)
at Module.require (internal/modules/cjs/loader.js:723:19)
at require (internal/modules/cjs/helpers.js:14:16)
at Object. (/home/txtsd/git/pokemongo-genymotion/src/genymotion.js:2:29)
at Module._compile (internal/modules/cjs/loader.js:816:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:827:10)
at Module.load (internal/modules/cjs/loader.js:685:32)
at Function.Module._load (internal/modules/cjs/loader.js:620:12)
at Module.require (internal/modules/cjs/loader.js:723:19)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! dev@0.0.1 start: node app.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dev@0.0.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/txtsd/.npm/_logs/2019-07-03T19_25_43_208Z-debug.log

</details>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions