asfernandes / node-firebird-drivers

Node.js Firebird Drivers
MIT License
53 stars 17 forks source link

Build fails #7

Closed ayshvab closed 5 years ago

ayshvab commented 5 years ago

Fails on mac and windows:

node -v v11.0.0 node-gyp -v v3.8.0

Verbose output: ``` yarn install v1.10.1 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... [4/4] 📃 Building fresh packages... [1/3] ⠄ node-firebird-native-api [-/3] ⠄ waiting... error /Users/sywka/Desktop/dev-projects/gdmn/node_modules/node-firebird-native-api: Command failed. Exit code: 1 Command: node-gyp rebuild Arguments: Directory: /Users/sywka/Desktop/dev-projects/gdmn/node_modules/node-firebird-native-api Output: gyp info it worked if it ends with ok gyp info using node-gyp@3.8.0 gyp info using node@11.0.0 | darwin | x64 gyp info spawn /usr/bin/python gyp info spawn args [ '/Users/sywka/Desktop/dev-projects/gdmn/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 '/Users/sywka/Desktop/dev-projects/gdmn/node_modules/node-firebird-native-api/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/Users/sywka/Desktop/dev-projects/gdmn/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/Users/sywka/.node-gyp/11.0.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=/Users/sywka/.node-gyp/11.0.0', gyp info spawn args '-Dnode_gyp_dir=/Users/sywka/Desktop/dev-projects/gdmn/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=/Users/sywka/.node-gyp/11.0.0/<(target_arch)/node.lib', gyp info spawn args '-Dmodule_root_dir=/Users/sywka/Desktop/dev-projects/gdmn/node_modules/node-firebird-native-api', 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' ] CXX(target) Release/obj.target/addon/src/native/fb-native.o In file included from ../src/native/fb-native.cpp:3: ../../nan/nan.h:1064:44: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] v8::Local string = from->ToString(v8::Isolate::GetCurrent()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2537:3: note: 'ToString' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:47:46: error: no viable conversion from 'v8::Isolate *' to 'Local' auto resolver = v8::Promise::Resolver::New(info.GetIsolate()); ^~~~~~~~~~~~~~~~~ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:303:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'v8::Isolate *' to 'const v8::Local &' for 1st argument class Local { ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:303:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'v8::Isolate *' to 'v8::Local &&' for 1st argument /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:307:13: note: candidate template ignored: could not match 'Local' against 'v8::Isolate *' V8_INLINE Local(Local that) ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:4199:24: note: passing argument to parameter 'context' here Local context); ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:253:48: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] template typename T> ^~~~~~~~ class In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:2601:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned fieldCount = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:2617:28: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int mode = (int) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:2843:50: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string s = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:2843:19: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string s = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3011:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3011:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3028:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3028:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3029:54: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string value = *v8::String::Utf8Value(info[2]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3029:23: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string value = *v8::String::Utf8Value(info[2]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3046:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3046:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3047:37: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned pos = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3102:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[0]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3102:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[0]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3117:37: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned key = (unsigned) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3132:37: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned key = (unsigned) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3147:37: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned key = (unsigned) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3248:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] uint64_t microSeconds = (uint64_t) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3317:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned pluginType = (unsigned) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3318:60: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string defaultName = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3318:29: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string defaultName = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3368:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned pluginType = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3369:58: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string namesList = *v8::String::Utf8Value(info[2]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3369:27: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string namesList = *v8::String::Utf8Value(info[2]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3387:57: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string filename = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3387:26: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string filename = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3433:38: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned code = (unsigned) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3462:55: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string dbName = *v8::String::Utf8Value(info[0]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3462:24: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string dbName = *v8::String::Utf8Value(info[0]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3477:65: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string configuredPlugin = *v8::String::Utf8Value(info[0]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3477:34: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string configuredPlugin = *v8::String::Utf8Value(info[0]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3556:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3615:45: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned itemsLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3617:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bufferLength = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3636:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bufferLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3655:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3708:28: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int mode = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3709:30: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int offset = (int) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3771:45: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned itemsLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3773:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bufferLength = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:3792:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned msgLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4012:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4029:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4046:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4063:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4080:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4097:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4114:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4131:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4148:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4165:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4182:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4199:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4293:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4294:38: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned type = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4312:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4313:31: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int subType = (int) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4331:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4332:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4350:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4351:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned charSet = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4369:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4370:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned scale = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4388:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned count = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4406:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4406:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4407:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4425:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4589:32: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int position = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4607:30: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int offset = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4754:45: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned itemsLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4756:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bufferLength = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4791:27: warning: 'BooleanValue' is deprecated: Use maybe version [-Wdeprecated-declarations] bool detailed = info[1]->BooleanValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2568:3: note: 'BooleanValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", bool BooleanValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4881:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned flags = (unsigned) info[5]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4898:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4898:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4991:29: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int level = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4992:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned msgType = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:4993:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5012:29: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int level = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5013:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned msgType = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5014:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5033:29: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int level = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5034:45: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned itemsLength = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5036:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bufferLength = (unsigned) info[4]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5056:29: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int level = (int) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5075:29: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int level = (int) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5076:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned msgType = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5077:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[4]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5096:29: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int level = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5235:45: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned itemsLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5237:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bufferLength = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5256:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned tpbLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5274:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5292:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned blrLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5311:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned blrLength = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5313:45: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned inMsgLength = (unsigned) info[4]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5315:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned outMsgLength = (unsigned) info[6]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5336:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bpbLength = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5356:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bpbLength = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5375:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5395:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned stmtLength = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5396:56: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string sqlStmt = *v8::String::Utf8Value(info[3]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5396:25: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string sqlStmt = *v8::String::Utf8Value(info[3]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5397:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned dialect = (unsigned) info[4]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5398:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned flags = (unsigned) info[5]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5416:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned stmtLength = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5417:56: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string sqlStmt = *v8::String::Utf8Value(info[3]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5417:25: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string sqlStmt = *v8::String::Utf8Value(info[3]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5418:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned dialect = (unsigned) info[4]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5440:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned stmtLength = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5441:56: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string sqlStmt = *v8::String::Utf8Value(info[3]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5441:25: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string sqlStmt = *v8::String::Utf8Value(info[3]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5442:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned dialect = (unsigned) info[4]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5446:59: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string cursorName = *v8::String::Utf8Value(info[8]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5446:28: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string cursorName = *v8::String::Utf8Value(info[8]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5447:45: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned cursorFlags = (unsigned) info[9]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5465:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5483:30: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int option = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5607:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned sendLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5609:47: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned receiveLength = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5611:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bufferLength = (unsigned) info[5]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5630:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned spbLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5721:57: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string fileName = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5721:26: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string fileName = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5722:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned dpbLength = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5740:57: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string fileName = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5740:26: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string fileName = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5741:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned dpbLength = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5759:56: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string service = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5759:25: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string service = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5760:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned spbLength = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5778:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned timeout = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5779:30: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int reason = (int) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:5857:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6022:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6022:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6040:54: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string value = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6040:23: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string value = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6058:54: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string value = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6058:23: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string value = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6113:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6231:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6472:32: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int newValue = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6527:32: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int newValue = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6559:57: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string newValue = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6559:26: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string newValue = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6614:32: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int newValue = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:6646:32: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int newValue = (int) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7185:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7205:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7229:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned dataLength = (unsigned) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7231:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned bufferLength = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7334:56: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string keyName = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7334:25: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string keyName = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7801:46: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] uint64_t microSeconds = (uint64_t) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7842:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string text = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7842:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string text = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7892:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned stmtLength = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7893:65: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string creatDBstatement = *v8::String::Utf8Value(info[2]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7893:34: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string creatDBstatement = *v8::String::Utf8Value(info[2]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7894:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned dialect = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7911:28: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int date = (int) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7930:28: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int time = (int) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7950:38: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned year = (unsigned) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7951:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned month = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7952:37: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned day = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7967:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned hours = (unsigned) info[0]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7968:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned minutes = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7969:41: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned seconds = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:7970:43: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned fractions = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8000:38: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned kind = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8002:37: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned len = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8042:39: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned index = (unsigned) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8043:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned offset = (unsigned) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8044:44: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned nullOffset = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8136:47: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned char tag = (unsigned char) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8137:29: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int value = (int) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8155:47: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned char tag = (unsigned char) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8156:37: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] int64_t value = (int64_t) info[2]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8174:47: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned char tag = (unsigned char) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8176:40: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned length = (unsigned) info[3]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8194:47: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned char tag = (unsigned char) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8195:52: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string str = *v8::String::Utf8Value(info[2]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8195:21: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string str = *v8::String::Utf8Value(info[2]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8213:47: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned char tag = (unsigned char) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:8281:47: warning: 'NumberValue' is deprecated: Use maybe version [-Wdeprecated-declarations] unsigned char tag = (unsigned char) info[1]->NumberValue(); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2569:3: note: 'NumberValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", double NumberValue() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:9282:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:9282:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:9301:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:9301:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:9320:53: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:5: ../src/native/./cloop-gen.h:9320:22: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations] std::string name = *v8::String::Utf8Value(info[1]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2991:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ ../src/native/fb-native.cpp:65:31: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] Nan::Utf8String str(info[0]->ToString()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2548:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:2568:29: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* provider = Provider::CheckedUnwrap(info[0], "provider argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:2569:33: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* attachment = Attachment::CheckedUnwrap(info[1], "attachment argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:2585:35: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* transaction = Transaction::CheckedUnwrap(info[1], "transaction argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:2600:25: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* status = Status::CheckedUnwrap(info[0], "status argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:2711:30: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* r = ReferenceCounted::CheckedUnwrap(info[0], "r argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:3271:41: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* factoryParameter = PluginConfig::CheckedUnwrap(info[1], "factoryParameter argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:3319:33: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* factory = PluginFactory::CheckedUnwrap(info[2], "factory argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:3335:32: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* cleanup = PluginModule::CheckedUnwrap(info[0], "cleanup argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:3370:37: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* firebirdConf = FirebirdConf::CheckedUnwrap(info[3], "firebirdConf argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:3403:29: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* plugin = PluginBase::CheckedUnwrap(info[0], "plugin argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./classes.h:291:28: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* pointer = Pointer::CheckedUnwrap(from, "pointer argument", true); ^ ../src/native/./cloop-gen.h:3557:17: note: in instantiation of function template specialization 'getAddress' requested here auto* events = getAddress(info[1]); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:4690:34: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* format = MessageMetadata::CheckedUnwrap(info[1], "format argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:5464:34: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* callback = EventCallback::CheckedUnwrap(info[1], "callback argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:5797:42: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* cryptCallback = CryptKeyCallback::CheckedUnwrap(info[1], "cryptCallback argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:6334:30: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* sBlock = ServerBlock::CheckedUnwrap(info[1], "sBlock argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:6335:34: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* writerInterface = Writer::CheckedUnwrap(info[2], "writerInterface argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:6420:30: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* cBlock = ClientBlock::CheckedUnwrap(info[1], "cBlock argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:6841:21: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* user = User::CheckedUnwrap(info[1], "user argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:7010:31: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* logonInfo = LogonInfo::CheckedUnwrap(info[1], "logonInfo argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:7029:30: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* callback = ListUsers::CheckedUnwrap(info[2], "callback argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:7167:24: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* key = CryptKey::CheckedUnwrap(info[1], "key argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:7800:23: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* timer = Timer::CheckedUnwrap(info[1], "timer argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:7874:36: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* callback = VersionCallback::CheckedUnwrap(info[2], "callback argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:8020:36: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* callback = OffsetsCallback::CheckedUnwrap(info[2], "callback argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:9100:35: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* context = ExternalContext::CheckedUnwrap(info[1], "context argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:9101:36: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* metadata = RoutineMetadata::CheckedUnwrap(info[2], "metadata argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:9102:37: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* inBuilder = MetadataBuilder::CheckedUnwrap(info[3], "inBuilder argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:9283:38: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* factory = UdrFunctionFactory::CheckedUnwrap(info[2], "factory argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:9302:39: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* factory = UdrProcedureFactory::CheckedUnwrap(info[2], "factory argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/./cloop-gen.h:9321:37: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* factory = UdrTriggerFactory::CheckedUnwrap(info[2], "factory argument", true); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:143:25: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] if (Nan::Get(object->ToObject(), Nan::New("cloop").ToLocalChecked()).ToLocal(&object)) ^ ../src/native/fb-native.cpp:145:25: note: in instantiation of member function 'BaseClass::CheckedUnwrap' requested here auto* master = Master::CheckedUnwrap(info[0], "master argument", false); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../src/native/fb-native.cpp:4: ../src/native/./classes.h:159:43: warning: 'ToObject' is deprecated: Use maybe version [-Wdeprecated-declarations] return ObjectWrap::Unwrap(object->ToObject()); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8.h:2549:10: note: 'ToObject' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToObject() const); ^ /Users/sywka/.node-gyp/11.0.0/include/node/v8config.h:326:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ 261 warnings and 1 error generated. make: *** [Release/obj.target/addon/src/native/fb-native.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/Users/sywka/Desktop/dev-projects/gdmn/node_modules/node-gyp/lib/build.js:262:23) gyp ERR! stack at ChildProcess.emit (events.js:182:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12) gyp ERR! System Darwin 18.0.0 gyp ERR! command "/usr/local/Cellar/node/11.0.0/bin/node" "/Users/sywka/Desktop/dev-projects/gdmn/node_modules/node-firebird-native-api/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /Users/sywka/Desktop/dev-projects/gdmn/node_modules/node-firebird-native-api gyp ERR! node -v v11.0.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok ```
asfernandes commented 5 years ago

Is it using clang or gcc? And what version?

ayshvab commented 5 years ago

Sorry, how exactly can I find out the compilers versions that the node-gyp uses?

asfernandes commented 5 years ago

I think you can run export V=1 before executing the command that is given the error.

cognitivim commented 5 years ago

I think you can run export V=1 before executing the command that is given the error.

It doesn't work... Please, fix build to work with node 11.0.0.