Skip to content

Instantly share code, notes, and snippets.

@refack
Created April 7, 2019 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save refack/9ec1797d4da8df4590a0086bb22f1c8a to your computer and use it in GitHub Desktop.
Save refack/9ec1797d4da8df4590a0086bb22f1c8a to your computer and use it in GitHub Desktop.
2019-04-07 Job 4337 - canary fail
../deps/v8/src/builtins/builtins.cc: In constructor ‘v8::internal::{anonymous}::OffHeapTrampolineGenerator::OffHeapTrampolineGenerator(v8::internal::Isolate*)’:
../deps/v8/src/builtins/builtins.cc:264:60: error: use of deleted function ‘v8::internal::MacroAssembler::MacroAssembler(v8::internal::Isolate*, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)’
ExternalAssemblerBuffer(buffer_, kBufferSize)) {}
^
In file included from ../deps/v8/src/macro-assembler.h:43:0,
from ../deps/v8/src/builtins/builtins.cc:13:
../deps/v8/src/arm64/macro-assembler-arm64.h:1282:25: note: ‘v8::internal::MacroAssembler::MacroAssembler(v8::internal::Isolate*, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)’ is implicitly deleted because the default definition would be ill-formed:
using TurboAssembler::TurboAssembler;
^~~~~~~~~~~~~~
../deps/v8/src/arm64/macro-assembler-arm64.h:1282:25: error: use of deleted function ‘v8::internal::TurboAssembler::TurboAssembler(v8::internal::Isolate*, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)’
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: note: ‘v8::internal::TurboAssembler::TurboAssembler(v8::internal::Isolate*, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)’ is implicitly deleted because the default definition would be ill-formed:
using TurboAssemblerBase::TurboAssemblerBase;
^~~~~~~~~~~~~~~~~~
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: error: no matching function for call to ‘v8::internal::CPURegList::CPURegList()’
In file included from ../deps/v8/src/arm64/instructions-arm64.h:9:0,
from ../deps/v8/src/arm64/assembler-arm64.h:14,
from ../deps/v8/src/arm64/assembler-arm64-inl.h:8,
from ../deps/v8/src/assembler-inl.h:15,
from ../deps/v8/src/builtins/builtins.cc:8:
../deps/v8/src/arm64/register-arm64.h:582:3: note: candidate: v8::internal::CPURegList::CPURegList(v8::internal::CPURegister::RegisterType, int, int, int)
CPURegList(CPURegister::RegisterType type, int size, int first_reg,
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:582:3: note: candidate expects 4 arguments, 0 provided
../deps/v8/src/arm64/register-arm64.h:577:3: note: candidate: v8::internal::CPURegList::CPURegList(v8::internal::CPURegister::RegisterType, int, v8::internal::RegList)
CPURegList(CPURegister::RegisterType type, int size, RegList list)
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:577:3: note: candidate expects 3 arguments, 0 provided
../deps/v8/src/arm64/register-arm64.h:569:12: note: candidate: template<class ... CPURegisters> v8::internal::CPURegList::CPURegList(v8::internal::CPURegister, CPURegisters ...)
explicit CPURegList(CPURegister reg0, CPURegisters... regs)
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:569:12: note: template argument deduction/substitution failed:
In file included from ../deps/v8/src/macro-assembler.h:43:0,
from ../deps/v8/src/builtins/builtins.cc:13:
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: note: candidate expects at least 1 argument, 0 provided
using TurboAssemblerBase::TurboAssemblerBase;
^~~~~~~~~~~~~~~~~~
In file included from ../deps/v8/src/arm64/instructions-arm64.h:9:0,
from ../deps/v8/src/arm64/assembler-arm64.h:14,
from ../deps/v8/src/arm64/assembler-arm64-inl.h:8,
from ../deps/v8/src/assembler-inl.h:15,
from ../deps/v8/src/builtins/builtins.cc:8:
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate: constexpr v8::internal::CPURegList::CPURegList(const v8::internal::CPURegList&)
class CPURegList {
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate expects 1 argument, 0 provided
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate: constexpr v8::internal::CPURegList::CPURegList(v8::internal::CPURegList&&)
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate expects 1 argument, 0 provided
In file included from ../deps/v8/src/macro-assembler.h:43:0,
from ../deps/v8/src/builtins/builtins.cc:13:
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: error: no matching function for call to ‘v8::internal::CPURegList::CPURegList()’
using TurboAssemblerBase::TurboAssemblerBase;
^~~~~~~~~~~~~~~~~~
In file included from ../deps/v8/src/arm64/instructions-arm64.h:9:0,
from ../deps/v8/src/arm64/assembler-arm64.h:14,
from ../deps/v8/src/arm64/assembler-arm64-inl.h:8,
from ../deps/v8/src/assembler-inl.h:15,
from ../deps/v8/src/builtins/builtins.cc:8:
../deps/v8/src/arm64/register-arm64.h:582:3: note: candidate: v8::internal::CPURegList::CPURegList(v8::internal::CPURegister::RegisterType, int, int, int)
CPURegList(CPURegister::RegisterType type, int size, int first_reg,
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:582:3: note: candidate expects 4 arguments, 0 provided
../deps/v8/src/arm64/register-arm64.h:577:3: note: candidate: v8::internal::CPURegList::CPURegList(v8::internal::CPURegister::RegisterType, int, v8::internal::RegList)
CPURegList(CPURegister::RegisterType type, int size, RegList list)
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:577:3: note: candidate expects 3 arguments, 0 provided
../deps/v8/src/arm64/register-arm64.h:569:12: note: candidate: template<class ... CPURegisters> v8::internal::CPURegList::CPURegList(v8::internal::CPURegister, CPURegisters ...)
explicit CPURegList(CPURegister reg0, CPURegisters... regs)
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:569:12: note: template argument deduction/substitution failed:
In file included from ../deps/v8/src/macro-assembler.h:43:0,
from ../deps/v8/src/builtins/builtins.cc:13:
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: note: candidate expects at least 1 argument, 0 provided
using TurboAssemblerBase::TurboAssemblerBase;
^~~~~~~~~~~~~~~~~~
In file included from ../deps/v8/src/arm64/instructions-arm64.h:9:0,
from ../deps/v8/src/arm64/assembler-arm64.h:14,
from ../deps/v8/src/arm64/assembler-arm64-inl.h:8,
from ../deps/v8/src/assembler-inl.h:15,
from ../deps/v8/src/builtins/builtins.cc:8:
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate: constexpr v8::internal::CPURegList::CPURegList(const v8::internal::CPURegList&)
class CPURegList {
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate expects 1 argument, 0 provided
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate: constexpr v8::internal::CPURegList::CPURegList(v8::internal::CPURegList&&)
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate expects 1 argument, 0 provided
tools/v8_gypfiles/v8_base.target.mk:722: recipe for target '/home/iojs/build/ws/out/Release/obj.target/v8_base/deps/v8/src/builtins/builtins.o' failed
make[2]: *** [/home/iojs/build/ws/out/Release/obj.target/v8_base/deps/v8/src/builtins/builtins.o] Error 1
make[2]: *** Waiting for unfinished jobs....
g++ -o /home/iojs/build/ws/out/Release/obj.target/v8_base/deps/v8/src/compiler/backend/code-generator.o ../deps/v8/src/compiler/backend/code-generator.cc '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM' '-DV8_TARGET_ARCH_ARM64' '-DV8_EMBEDDER_STRING="-node.0"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DENABLE_MINOR_MC' '-DV8_INTL_SUPPORT' '-DV8_USE_SNAPSHOT' '-DV8_CONCURRENT_MARKING' '-DV8_EMBEDDED_BUILTINS' '-DV8_USE_SIPHASH' '-DDISABLE_UNTRUSTED_CODE_MITIGATIONS' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DUCONFIG_NO_SERVICE=1' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION=1' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/v8 -I../deps/v8/include -I/home/iojs/build/ws/out/Release/obj/gen/generate-bytecode-output-root -I/home/iojs/build/ws/out/Release/obj/gen/torque-output-root -I/home/iojs/build/ws/out/Release/obj/gen/inspector-generated-output-root -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -pthread -Wno-unused-parameter -fno-strict-aliasing -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -std=gnu++1y -MMD -MF /home/iojs/build/ws/out/Release/.deps//home/iojs/build/ws/out/Release/obj.target/v8_base/deps/v8/src/compiler/backend/code-generator.o.d.raw -c
../deps/v8/src/compiler/backend/code-generator.cc: In constructor ‘v8::internal::compiler::CodeGenerator::CodeGenerator(v8::internal::Zone*, v8::internal::compiler::Frame*, v8::internal::compiler::Linkage*, v8::internal::compiler::InstructionSequence*, v8::internal::OptimizedCompilationInfo*, v8::internal::Isolate*, v8::base::Optional<v8::internal::compiler::OsrHelper>, int, v8::internal::JumpOptimizationInfo*, v8::internal::PoisoningMitigationLevel, const v8::internal::AssemblerOptions&, int32_t, std::unique_ptr<v8::internal::AssemblerBuffer>)’:
../deps/v8/src/compiler/backend/code-generator.cc:82:27: error: use of deleted function ‘v8::internal::TurboAssembler::TurboAssembler(v8::internal::Isolate*, const v8::internal::AssemblerOptions&, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)’
instr_starts_(zone()) {
^
In file included from ../deps/v8/src/macro-assembler.h:43:0,
from ../deps/v8/src/compiler/backend/code-generator.h:14,
from ../deps/v8/src/compiler/backend/code-generator.cc:5:
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: note: ‘v8::internal::TurboAssembler::TurboAssembler(v8::internal::Isolate*, const v8::internal::AssemblerOptions&, v8::internal::CodeObjectRequired, std::unique_ptr<v8::internal::AssemblerBuffer>)’ is implicitly deleted because the default definition would be ill-formed:
using TurboAssemblerBase::TurboAssemblerBase;
^~~~~~~~~~~~~~~~~~
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: error: no matching function for call to ‘v8::internal::CPURegList::CPURegList()’
In file included from ../deps/v8/src/register-arch.h:16:0,
from ../deps/v8/src/compiler/backend/instruction.h:21,
from ../deps/v8/src/compiler/backend/gap-resolver.h:8,
from ../deps/v8/src/compiler/backend/code-generator.h:9,
from ../deps/v8/src/compiler/backend/code-generator.cc:5:
../deps/v8/src/arm64/register-arm64.h:582:3: note: candidate: v8::internal::CPURegList::CPURegList(v8::internal::CPURegister::RegisterType, int, int, int)
CPURegList(CPURegister::RegisterType type, int size, int first_reg,
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:582:3: note: candidate expects 4 arguments, 0 provided
../deps/v8/src/arm64/register-arm64.h:577:3: note: candidate: v8::internal::CPURegList::CPURegList(v8::internal::CPURegister::RegisterType, int, v8::internal::RegList)
CPURegList(CPURegister::RegisterType type, int size, RegList list)
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:577:3: note: candidate expects 3 arguments, 0 provided
../deps/v8/src/arm64/register-arm64.h:569:12: note: candidate: template<class ... CPURegisters> v8::internal::CPURegList::CPURegList(v8::internal::CPURegister, CPURegisters ...)
explicit CPURegList(CPURegister reg0, CPURegisters... regs)
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:569:12: note: template argument deduction/substitution failed:
In file included from ../deps/v8/src/macro-assembler.h:43:0,
from ../deps/v8/src/compiler/backend/code-generator.h:14,
from ../deps/v8/src/compiler/backend/code-generator.cc:5:
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: note: candidate expects at least 1 argument, 0 provided
using TurboAssemblerBase::TurboAssemblerBase;
^~~~~~~~~~~~~~~~~~
In file included from ../deps/v8/src/register-arch.h:16:0,
from ../deps/v8/src/compiler/backend/instruction.h:21,
from ../deps/v8/src/compiler/backend/gap-resolver.h:8,
from ../deps/v8/src/compiler/backend/code-generator.h:9,
from ../deps/v8/src/compiler/backend/code-generator.cc:5:
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate: constexpr v8::internal::CPURegList::CPURegList(const v8::internal::CPURegList&)
class CPURegList {
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate expects 1 argument, 0 provided
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate: constexpr v8::internal::CPURegList::CPURegList(v8::internal::CPURegList&&)
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate expects 1 argument, 0 provided
In file included from ../deps/v8/src/macro-assembler.h:43:0,
from ../deps/v8/src/compiler/backend/code-generator.h:14,
from ../deps/v8/src/compiler/backend/code-generator.cc:5:
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: error: no matching function for call to ‘v8::internal::CPURegList::CPURegList()’
using TurboAssemblerBase::TurboAssemblerBase;
^~~~~~~~~~~~~~~~~~
In file included from ../deps/v8/src/register-arch.h:16:0,
from ../deps/v8/src/compiler/backend/instruction.h:21,
from ../deps/v8/src/compiler/backend/gap-resolver.h:8,
from ../deps/v8/src/compiler/backend/code-generator.h:9,
from ../deps/v8/src/compiler/backend/code-generator.cc:5:
../deps/v8/src/arm64/register-arm64.h:582:3: note: candidate: v8::internal::CPURegList::CPURegList(v8::internal::CPURegister::RegisterType, int, int, int)
CPURegList(CPURegister::RegisterType type, int size, int first_reg,
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:582:3: note: candidate expects 4 arguments, 0 provided
../deps/v8/src/arm64/register-arm64.h:577:3: note: candidate: v8::internal::CPURegList::CPURegList(v8::internal::CPURegister::RegisterType, int, v8::internal::RegList)
CPURegList(CPURegister::RegisterType type, int size, RegList list)
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:577:3: note: candidate expects 3 arguments, 0 provided
../deps/v8/src/arm64/register-arm64.h:569:12: note: candidate: template<class ... CPURegisters> v8::internal::CPURegList::CPURegList(v8::internal::CPURegister, CPURegisters ...)
explicit CPURegList(CPURegister reg0, CPURegisters... regs)
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:569:12: note: template argument deduction/substitution failed:
In file included from ../deps/v8/src/macro-assembler.h:43:0,
from ../deps/v8/src/compiler/backend/code-generator.h:14,
from ../deps/v8/src/compiler/backend/code-generator.cc:5:
../deps/v8/src/arm64/macro-assembler-arm64.h:161:29: note: candidate expects at least 1 argument, 0 provided
using TurboAssemblerBase::TurboAssemblerBase;
^~~~~~~~~~~~~~~~~~
In file included from ../deps/v8/src/register-arch.h:16:0,
from ../deps/v8/src/compiler/backend/instruction.h:21,
from ../deps/v8/src/compiler/backend/gap-resolver.h:8,
from ../deps/v8/src/compiler/backend/code-generator.h:9,
from ../deps/v8/src/compiler/backend/code-generator.cc:5:
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate: constexpr v8::internal::CPURegList::CPURegList(const v8::internal::CPURegList&)
class CPURegList {
^~~~~~~~~~
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate expects 1 argument, 0 provided
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate: constexpr v8::internal::CPURegList::CPURegList(v8::internal::CPURegList&&)
../deps/v8/src/arm64/register-arm64.h:566:7: note: candidate expects 1 argument, 0 provided
tools/v8_gypfiles/v8_base.target.mk:722: recipe for target '/home/iojs/build/ws/out/Release/obj.target/v8_base/deps/v8/src/compiler/backend/code-generator.o' failed
make[2]: *** [/home/iojs/build/ws/out/Release/obj.target/v8_base/deps/v8/src/compiler/backend/code-generator.o] Error 1
ccache g++-4.9 -o /data/iojs/build/ws/out/Release/obj.target/v8_base/deps/v8/src/runtime/runtime-atomics.o ../deps/v8/src/runtime/runtime-atomics.cc '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DOPENSSL_THREADS' '-DV8_TARGET_ARCH_S390' '-DV8_TARGET_ARCH_S390X' '-DV8_EMBEDDER_STRING="-node.0"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DENABLE_MINOR_MC' '-DV8_INTL_SUPPORT' '-DV8_USE_SNAPSHOT' '-DV8_CONCURRENT_MARKING' '-DV8_EMBEDDED_BUILTINS' '-DV8_USE_SIPHASH' '-DDISABLE_UNTRUSTED_CODE_MITIGATIONS' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DUCONFIG_NO_SERVICE=1' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION=1' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' -I../deps/v8 -I../deps/v8/include -I/data/iojs/build/ws/out/Release/obj/gen/generate-bytecode-output-root -I/data/iojs/build/ws/out/Release/obj/gen/torque-output-root -I/data/iojs/build/ws/out/Release/obj/gen/inspector-generated-output-root -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -pthread -Wno-unused-parameter -m64 -march=z196 -march=z196 -fno-strict-aliasing -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -std=gnu++1y -MMD -MF /data/iojs/build/ws/out/Release/.deps//data/iojs/build/ws/out/Release/obj.target/v8_base/deps/v8/src/runtime/runtime-atomics.o.d.raw -c
../deps/v8/src/runtime/runtime-atomics.cc: In function ‘v8::internal::Object v8::internal::GetModifySetValueInBuffer(v8::internal::Arguments, v8::internal::Isolate*)’:
../deps/v8/src/runtime/runtime-atomics.cc:364:182: error: could not convert ‘sta->.v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:364:182: error: could not convert ‘sta->.v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
../deps/v8/src/runtime/runtime-atomics.cc:364:184: error: template argument 1 is invalid
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:364:192: error: expected class-name before ‘(’ token
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:364:192: error: expected ‘::’ before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:364:192: error: expected identifier before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:364:229: error: could not convert ‘sta->.v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:376:180: error: could not convert ‘sta->.v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:376:180: error: could not convert ‘sta->.v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
../deps/v8/src/runtime/runtime-atomics.cc:376:182: error: template argument 1 is invalid
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:376:190: error: expected class-name before ‘(’ token
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:376:190: error: expected ‘::’ before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:376:190: error: expected identifier before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:376:227: error: could not convert ‘sta->.v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc: In function ‘v8::internal::Object v8::internal::__RT_impl_Runtime_AtomicsLoad64(v8::internal::Arguments, v8::internal::Isolate*)’:
../deps/v8/src/runtime/runtime-atomics.cc:406:179: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:406:179: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
../deps/v8/src/runtime/runtime-atomics.cc:406:182: error: template argument 1 is invalid
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:406:190: error: expected class-name before ‘(’ token
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:406:190: error: expected ‘::’ before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:406:190: error: expected identifier before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:406:226: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc: In function ‘v8::internal::Object v8::internal::__RT_impl_Runtime_AtomicsStore64(v8::internal::Arguments, v8::internal::Isolate*)’:
../deps/v8/src/runtime/runtime-atomics.cc:432:179: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:432:179: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
../deps/v8/src/runtime/runtime-atomics.cc:432:182: error: template argument 1 is invalid
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:432:190: error: expected class-name before ‘(’ token
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:432:190: error: expected ‘::’ before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:432:190: error: expected identifier before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:432:226: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc: In function ‘v8::internal::Object v8::internal::__RT_impl_Runtime_AtomicsCompareExchange(v8::internal::Arguments, v8::internal::Isolate*)’:
../deps/v8/src/runtime/runtime-atomics.cc:454:179: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:454:179: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
../deps/v8/src/runtime/runtime-atomics.cc:454:182: error: template argument 1 is invalid
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:454:190: error: expected class-name before ‘(’ token
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:454:190: error: expected ‘::’ before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:454:190: error: expected identifier before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:454:226: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:467:181: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:467:181: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
../deps/v8/src/runtime/runtime-atomics.cc:467:184: error: template argument 1 is invalid
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:467:192: error: expected class-name before ‘(’ token
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:467:192: error: expected ‘::’ before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:467:192: error: expected identifier before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:467:228: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:484:179: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:484:179: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
../deps/v8/src/runtime/runtime-atomics.cc:484:182: error: template argument 1 is invalid
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:484:190: error: expected class-name before ‘(’ token
CHECK_LT(index, NumberToSize(sta->length()));
^
../deps/v8/src/runtime/runtime-atomics.cc:484:190: error: expected ‘::’ before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:484:190: error: expected identifier before ‘(’ token
../deps/v8/src/runtime/runtime-atomics.cc:484:226: error: could not convert ‘sta.v8::internal::Handle<T>::operator-><v8::internal::JSTypedArray>().v8::internal::JSTypedArray::operator->()->v8::internal::JSTypedArray::length()’ from ‘size_t {aka long unsigned int}’ to ‘v8::internal::Object’
CHECK_LT(index, NumberToSize(sta->length()));
^
make[2]: *** [/data/iojs/build/ws/out/Release/obj.target/v8_base/deps/v8/src/runtime/runtime-atomics.o] Error 1
torque.vcxproj -> c:\ws\Release\\torque.exe
Creating library c:\ws\Release\bytecode_builtins_list_generator.lib and object c:\ws\Release\bytecode_builtins_list_generator.exp
scientificnumberformatter.cpp
scriptset.cpp
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "class v8::internal::Isolate * __cdecl v8::internal::IsolateFromNeverReadOnlySpaceObject(unsigned __int64)" (?IsolateFromNeverReadOnlySpaceObject@internal@v8@@YAPEAVIsolate@12@_K@Z) referenced in function "public: class v8::Local<class v8::Value> __cdecl v8::Context::GetEmbedderData(int)" (?GetEmbedderData@Context@v8@@QEAA?AV?$Local@VValue@v8@@@2@H@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "class v8::internal::Isolate * __cdecl v8::internal::IsolateFromNeverReadOnlySpaceObject(unsigned __int64)" (?IsolateFromNeverReadOnlySpaceObject@internal@v8@@YAPEAVIsolate@12@_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "class v8::internal::Isolate * __cdecl v8::internal::IsolateFromNeverReadOnlySpaceObject(unsigned __int64)" (?IsolateFromNeverReadOnlySpaceObject@internal@v8@@YAPEAVIsolate@12@_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: __cdecl v8::HandleScope::~HandleScope(void)" (??1HandleScope@v8@@QEAA@XZ) referenced in function "public: __cdecl v8::EscapableHandleScope::~EscapableHandleScope(void)" (??1EscapableHandleScope@v8@@QEAA@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: __cdecl v8::HandleScope::~HandleScope(void)" (??1HandleScope@v8@@QEAA@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: __cdecl v8::HandleScope::~HandleScope(void)" (??1HandleScope@v8@@QEAA@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "protected: static unsigned __int64 * __cdecl v8::HandleScope::CreateHandle(class v8::internal::Isolate *,unsigned __int64)" (?CreateHandle@HandleScope@v8@@KAPEA_KPEAVIsolate@internal@2@_K@Z) referenced in function "public: class v8::Local<class v8::Value> __cdecl v8::Context::GetEmbedderData(int)" (?GetEmbedderData@Context@v8@@QEAA?AV?$Local@VValue@v8@@@2@H@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "protected: static unsigned __int64 * __cdecl v8::HandleScope::CreateHandle(class v8::internal::Isolate *,unsigned __int64)" (?CreateHandle@HandleScope@v8@@KAPEA_KPEAVIsolate@internal@2@_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "protected: static unsigned __int64 * __cdecl v8::HandleScope::CreateHandle(class v8::internal::Isolate *,unsigned __int64)" (?CreateHandle@HandleScope@v8@@KAPEA_KPEAVIsolate@internal@2@_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual bool __cdecl v8::ScriptCompiler::ExternalSourceStream::SetBookmark(void)" (?SetBookmark@ExternalSourceStream@ScriptCompiler@v8@@UEAA_NXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual bool __cdecl v8::ScriptCompiler::ExternalSourceStream::SetBookmark(void)" (?SetBookmark@ExternalSourceStream@ScriptCompiler@v8@@UEAA_NXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual bool __cdecl v8::ScriptCompiler::ExternalSourceStream::SetBookmark(void)" (?SetBookmark@ExternalSourceStream@ScriptCompiler@v8@@UEAA_NXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl v8::ScriptCompiler::ExternalSourceStream::ResetToBookmark(void)" (?ResetToBookmark@ExternalSourceStream@ScriptCompiler@v8@@UEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl v8::ScriptCompiler::ExternalSourceStream::ResetToBookmark(void)" (?ResetToBookmark@ExternalSourceStream@ScriptCompiler@v8@@UEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl v8::ScriptCompiler::ExternalSourceStream::ResetToBookmark(void)" (?ResetToBookmark@ExternalSourceStream@ScriptCompiler@v8@@UEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual class v8::Maybe<bool> __cdecl v8::ValueSerializer::Delegate::WriteHostObject(class v8::Isolate *,class v8::Local<class v8::Object>)" (?WriteHostObject@Delegate@ValueSerializer@v8@@UEAA?AV?$Maybe@_N@3@PEAVIsolate@3@V?$Local@VObject@v8@@@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual class v8::Maybe<bool> __cdecl v8::ValueSerializer::Delegate::WriteHostObject(class v8::Isolate *,class v8::Local<class v8::Object>)" (?WriteHostObject@Delegate@ValueSerializer@v8@@UEAA?AV?$Maybe@_N@3@PEAVIsolate@3@V?$Local@VObject@v8@@@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual class v8::Maybe<bool> __cdecl v8::ValueSerializer::Delegate::WriteHostObject(class v8::Isolate *,class v8::Local<class v8::Object>)" (?WriteHostObject@Delegate@ValueSerializer@v8@@UEAA?AV?$Maybe@_N@3@PEAVIsolate@3@V?$Local@VObject@v8@@@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual class v8::Maybe<unsigned int> __cdecl v8::ValueSerializer::Delegate::GetSharedArrayBufferId(class v8::Isolate *,class v8::Local<class v8::SharedArrayBuffer>)" (?GetSharedArrayBufferId@Delegate@ValueSerializer@v8@@UEAA?AV?$Maybe@I@3@PEAVIsolate@3@V?$Local@VSharedArrayBuffer@v8@@@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual class v8::Maybe<unsigned int> __cdecl v8::ValueSerializer::Delegate::GetSharedArrayBufferId(class v8::Isolate *,class v8::Local<class v8::SharedArrayBuffer>)" (?GetSharedArrayBufferId@Delegate@ValueSerializer@v8@@UEAA?AV?$Maybe@I@3@PEAVIsolate@3@V?$Local@VSharedArrayBuffer@v8@@@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual class v8::Maybe<unsigned int> __cdecl v8::ValueSerializer::Delegate::GetSharedArrayBufferId(class v8::Isolate *,class v8::Local<class v8::SharedArrayBuffer>)" (?GetSharedArrayBufferId@Delegate@ValueSerializer@v8@@UEAA?AV?$Maybe@I@3@PEAVIsolate@3@V?$Local@VSharedArrayBuffer@v8@@@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual class v8::Maybe<unsigned int> __cdecl v8::ValueSerializer::Delegate::GetWasmModuleTransferId(class v8::Isolate *,class v8::Local<class v8::WasmModuleObject>)" (?GetWasmModuleTransferId@Delegate@ValueSerializer@v8@@UEAA?AV?$Maybe@I@3@PEAVIsolate@3@V?$Local@VWasmModuleObject@v8@@@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual class v8::Maybe<unsigned int> __cdecl v8::ValueSerializer::Delegate::GetWasmModuleTransferId(class v8::Isolate *,class v8::Local<class v8::WasmModuleObject>)" (?GetWasmModuleTransferId@Delegate@ValueSerializer@v8@@UEAA?AV?$Maybe@I@3@PEAVIsolate@3@V?$Local@VWasmModuleObject@v8@@@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual class v8::Maybe<unsigned int> __cdecl v8::ValueSerializer::Delegate::GetWasmModuleTransferId(class v8::Isolate *,class v8::Local<class v8::WasmModuleObject>)" (?GetWasmModuleTransferId@Delegate@ValueSerializer@v8@@UEAA?AV?$Maybe@I@3@PEAVIsolate@3@V?$Local@VWasmModuleObject@v8@@@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual void * __cdecl v8::ValueSerializer::Delegate::ReallocateBufferMemory(void *,unsigned __int64,unsigned __int64 *)" (?ReallocateBufferMemory@Delegate@ValueSerializer@v8@@UEAAPEAXPEAX_KPEA_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual void * __cdecl v8::ValueSerializer::Delegate::ReallocateBufferMemory(void *,unsigned __int64,unsigned __int64 *)" (?ReallocateBufferMemory@Delegate@ValueSerializer@v8@@UEAAPEAXPEAX_KPEA_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual void * __cdecl v8::ValueSerializer::Delegate::ReallocateBufferMemory(void *,unsigned __int64,unsigned __int64 *)" (?ReallocateBufferMemory@Delegate@ValueSerializer@v8@@UEAAPEAXPEAX_KPEA_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl v8::ValueSerializer::Delegate::FreeBufferMemory(void *)" (?FreeBufferMemory@Delegate@ValueSerializer@v8@@UEAAXPEAX@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl v8::ValueSerializer::Delegate::FreeBufferMemory(void *)" (?FreeBufferMemory@Delegate@ValueSerializer@v8@@UEAAXPEAX@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl v8::ValueSerializer::Delegate::FreeBufferMemory(void *)" (?FreeBufferMemory@Delegate@ValueSerializer@v8@@UEAAXPEAX@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual class v8::MaybeLocal<class v8::Object> __cdecl v8::ValueDeserializer::Delegate::ReadHostObject(class v8::Isolate *)" (?ReadHostObject@Delegate@ValueDeserializer@v8@@UEAA?AV?$MaybeLocal@VObject@v8@@@3@PEAVIsolate@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual class v8::MaybeLocal<class v8::Object> __cdecl v8::ValueDeserializer::Delegate::ReadHostObject(class v8::Isolate *)" (?ReadHostObject@Delegate@ValueDeserializer@v8@@UEAA?AV?$MaybeLocal@VObject@v8@@@3@PEAVIsolate@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual class v8::MaybeLocal<class v8::Object> __cdecl v8::ValueDeserializer::Delegate::ReadHostObject(class v8::Isolate *)" (?ReadHostObject@Delegate@ValueDeserializer@v8@@UEAA?AV?$MaybeLocal@VObject@v8@@@3@PEAVIsolate@3@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual class v8::MaybeLocal<class v8::WasmModuleObject> __cdecl v8::ValueDeserializer::Delegate::GetWasmModuleFromId(class v8::Isolate *,unsigned int)" (?GetWasmModuleFromId@Delegate@ValueDeserializer@v8@@UEAA?AV?$MaybeLocal@VWasmModuleObject@v8@@@3@PEAVIsolate@3@I@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual class v8::MaybeLocal<class v8::WasmModuleObject> __cdecl v8::ValueDeserializer::Delegate::GetWasmModuleFromId(class v8::Isolate *,unsigned int)" (?GetWasmModuleFromId@Delegate@ValueDeserializer@v8@@UEAA?AV?$MaybeLocal@VWasmModuleObject@v8@@@3@PEAVIsolate@3@I@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual class v8::MaybeLocal<class v8::WasmModuleObject> __cdecl v8::ValueDeserializer::Delegate::GetWasmModuleFromId(class v8::Isolate *,unsigned int)" (?GetWasmModuleFromId@Delegate@ValueDeserializer@v8@@UEAA?AV?$MaybeLocal@VWasmModuleObject@v8@@@3@PEAVIsolate@3@I@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2001: unresolved external symbol "public: virtual class v8::MaybeLocal<class v8::SharedArrayBuffer> __cdecl v8::ValueDeserializer::Delegate::GetSharedArrayBufferFromId(class v8::Isolate *,unsigned int)" (?GetSharedArrayBufferFromId@Delegate@ValueDeserializer@v8@@UEAA?AV?$MaybeLocal@VSharedArrayBuffer@v8@@@3@PEAVIsolate@3@I@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: virtual class v8::MaybeLocal<class v8::SharedArrayBuffer> __cdecl v8::ValueDeserializer::Delegate::GetSharedArrayBufferFromId(class v8::Isolate *,unsigned int)" (?GetSharedArrayBufferFromId@Delegate@ValueDeserializer@v8@@UEAA?AV?$MaybeLocal@VSharedArrayBuffer@v8@@@3@PEAVIsolate@3@I@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: virtual class v8::MaybeLocal<class v8::SharedArrayBuffer> __cdecl v8::ValueDeserializer::Delegate::GetSharedArrayBufferFromId(class v8::Isolate *,unsigned int)" (?GetSharedArrayBufferFromId@Delegate@ValueDeserializer@v8@@UEAA?AV?$MaybeLocal@VSharedArrayBuffer@v8@@@3@PEAVIsolate@3@I@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewFromUtf8(class v8::Isolate *,char const *,enum v8::NewStringType,int)" (?NewFromUtf8@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PEAVIsolate@2@PEBDW4NewStringType@2@H@Z) referenced in function "public: void __cdecl v8::Template::Set(class v8::Isolate *,char const *,class v8::Local<class v8::Data>)" (?Set@Template@v8@@QEAAXPEAVIsolate@2@PEBDV?$Local@VData@v8@@@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewFromUtf8(class v8::Isolate *,char const *,enum v8::NewStringType,int)" (?NewFromUtf8@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PEAVIsolate@2@PEBDW4NewStringType@2@H@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewFromUtf8(class v8::Isolate *,char const *,enum v8::NewStringType,int)" (?NewFromUtf8@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PEAVIsolate@2@PEBDW4NewStringType@2@H@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: class v8::String::ExternalStringResource * __cdecl v8::String::GetExternalStringResourceSlow(void)const " (?GetExternalStringResourceSlow@String@v8@@AEBAPEAVExternalStringResource@12@XZ) referenced in function "public: class v8::String::ExternalStringResource * __cdecl v8::String::GetExternalStringResource(void)const " (?GetExternalStringResource@String@v8@@QEBAPEAVExternalStringResource@12@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: class v8::String::ExternalStringResource * __cdecl v8::String::GetExternalStringResourceSlow(void)const " (?GetExternalStringResourceSlow@String@v8@@AEBAPEAVExternalStringResource@12@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: class v8::String::ExternalStringResource * __cdecl v8::String::GetExternalStringResourceSlow(void)const " (?GetExternalStringResourceSlow@String@v8@@AEBAPEAVExternalStringResource@12@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: class v8::String::ExternalStringResourceBase * __cdecl v8::String::GetExternalStringResourceBaseSlow(enum v8::String::Encoding *)const " (?GetExternalStringResourceBaseSlow@String@v8@@AEBAPEAVExternalStringResourceBase@12@PEAW4Encoding@12@@Z) referenced in function "public: class v8::String::ExternalStringResourceBase * __cdecl v8::String::GetExternalStringResourceBase(enum v8::String::Encoding *)const " (?GetExternalStringResourceBase@String@v8@@QEBAPEAVExternalStringResourceBase@12@PEAW4Encoding@12@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: class v8::String::ExternalStringResourceBase * __cdecl v8::String::GetExternalStringResourceBaseSlow(enum v8::String::Encoding *)const " (?GetExternalStringResourceBaseSlow@String@v8@@AEBAPEAVExternalStringResourceBase@12@PEAW4Encoding@12@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: class v8::String::ExternalStringResourceBase * __cdecl v8::String::GetExternalStringResourceBaseSlow(enum v8::String::Encoding *)const " (?GetExternalStringResourceBaseSlow@String@v8@@AEBAPEAVExternalStringResourceBase@12@PEAW4Encoding@12@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: int __cdecl v8::Object::InternalFieldCount(void)" (?InternalFieldCount@Object@v8@@QEAAHXZ) referenced in function "public: static int __cdecl v8::Object::InternalFieldCount(class v8::PersistentBase<class v8::Object> const &)" (?InternalFieldCount@Object@v8@@SAHAEBV?$PersistentBase@VObject@v8@@@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: int __cdecl v8::Object::InternalFieldCount(void)" (?InternalFieldCount@Object@v8@@QEAAHXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: int __cdecl v8::Object::InternalFieldCount(void)" (?InternalFieldCount@Object@v8@@QEAAHXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Context> __cdecl v8::Object::CreationContext(void)" (?CreationContext@Object@v8@@QEAA?AV?$Local@VContext@v8@@@2@XZ) referenced in function "public: static class v8::Local<class v8::Context> __cdecl v8::Object::CreationContext(class v8::PersistentBase<class v8::Object> const &)" (?CreationContext@Object@v8@@SA?AV?$Local@VContext@v8@@@2@AEBV?$PersistentBase@VObject@v8@@@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: class v8::Local<class v8::Context> __cdecl v8::Object::CreationContext(void)" (?CreationContext@Object@v8@@QEAA?AV?$Local@VContext@v8@@@2@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: class v8::Local<class v8::Context> __cdecl v8::Object::CreationContext(void)" (?CreationContext@Object@v8@@QEAA?AV?$Local@VContext@v8@@@2@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: class v8::Local<class v8::Value> __cdecl v8::Object::SlowGetInternalField(int)" (?SlowGetInternalField@Object@v8@@AEAA?AV?$Local@VValue@v8@@@2@H@Z) referenced in function "public: class v8::Local<class v8::Value> __cdecl v8::Object::GetInternalField(int)" (?GetInternalField@Object@v8@@QEAA?AV?$Local@VValue@v8@@@2@H@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: class v8::Local<class v8::Value> __cdecl v8::Object::SlowGetInternalField(int)" (?SlowGetInternalField@Object@v8@@AEAA?AV?$Local@VValue@v8@@@2@H@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: class v8::Local<class v8::Value> __cdecl v8::Object::SlowGetInternalField(int)" (?SlowGetInternalField@Object@v8@@AEAA?AV?$Local@VValue@v8@@@2@H@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: void * __cdecl v8::Object::SlowGetAlignedPointerFromInternalField(int)" (?SlowGetAlignedPointerFromInternalField@Object@v8@@AEAAPEAXH@Z) referenced in function "public: void * __cdecl v8::Object::GetAlignedPointerFromInternalField(int)" (?GetAlignedPointerFromInternalField@Object@v8@@QEAAPEAXH@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: void * __cdecl v8::Object::SlowGetAlignedPointerFromInternalField(int)" (?SlowGetAlignedPointerFromInternalField@Object@v8@@AEAAPEAXH@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: void * __cdecl v8::Object::SlowGetAlignedPointerFromInternalField(int)" (?SlowGetAlignedPointerFromInternalField@Object@v8@@AEAAPEAXH@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: class v8::MaybeLocal<class v8::Object> __cdecl v8::Function::NewInstance(class v8::Local<class v8::Context>,int,class v8::Local<class v8::Value> * const)const " (?NewInstance@Function@v8@@QEBA?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@HQEAV?$Local@VValue@v8@@@2@@Z) referenced in function "public: class v8::MaybeLocal<class v8::Object> __cdecl v8::Function::NewInstance(class v8::Local<class v8::Context>)const " (?NewInstance@Function@v8@@QEBA?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: class v8::MaybeLocal<class v8::Object> __cdecl v8::Function::NewInstance(class v8::Local<class v8::Context>,int,class v8::Local<class v8::Value> * const)const " (?NewInstance@Function@v8@@QEBA?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@HQEAV?$Local@VValue@v8@@@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: class v8::MaybeLocal<class v8::Object> __cdecl v8::Function::NewInstance(class v8::Local<class v8::Context>,int,class v8::Local<class v8::Value> * const)const " (?NewInstance@Function@v8@@QEBA?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@HQEAV?$Local@VValue@v8@@@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: bool __cdecl v8::ArrayBuffer::IsDetachable(void)const " (?IsDetachable@ArrayBuffer@v8@@QEBA_NXZ) referenced in function "public: bool __cdecl v8::ArrayBuffer::IsNeuterable(void)const " (?IsNeuterable@ArrayBuffer@v8@@QEBA_NXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: bool __cdecl v8::ArrayBuffer::IsDetachable(void)const " (?IsDetachable@ArrayBuffer@v8@@QEBA_NXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: bool __cdecl v8::ArrayBuffer::IsDetachable(void)const " (?IsDetachable@ArrayBuffer@v8@@QEBA_NXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: void __cdecl v8::ArrayBuffer::Detach(void)" (?Detach@ArrayBuffer@v8@@QEAAXXZ) referenced in function "public: void __cdecl v8::ArrayBuffer::Neuter(void)" (?Neuter@ArrayBuffer@v8@@QEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::ArrayBuffer::Detach(void)" (?Detach@ArrayBuffer@v8@@QEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::ArrayBuffer::Detach(void)" (?Detach@ArrayBuffer@v8@@QEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: void __cdecl v8::Template::Set(class v8::Local<class v8::Name>,class v8::Local<class v8::Data>,enum v8::PropertyAttribute)" (?Set@Template@v8@@QEAAXV?$Local@VName@v8@@@2@V?$Local@VData@v8@@@2@W4PropertyAttribute@2@@Z) referenced in function "public: void __cdecl v8::Template::Set(class v8::Isolate *,char const *,class v8::Local<class v8::Data>)" (?Set@Template@v8@@QEAAXPEAVIsolate@2@PEBDV?$Local@VData@v8@@@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::Template::Set(class v8::Local<class v8::Name>,class v8::Local<class v8::Data>,enum v8::PropertyAttribute)" (?Set@Template@v8@@QEAAXV?$Local@VName@v8@@@2@V?$Local@VData@v8@@@2@W4PropertyAttribute@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::Template::Set(class v8::Local<class v8::Name>,class v8::Local<class v8::Data>,enum v8::PropertyAttribute)" (?Set@Template@v8@@QEAAXV?$Local@VName@v8@@@2@V?$Local@VData@v8@@@2@W4PropertyAttribute@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: void __cdecl v8::ObjectTemplate::SetHandler(struct v8::IndexedPropertyHandlerConfiguration const &)" (?SetHandler@ObjectTemplate@v8@@QEAAXAEBUIndexedPropertyHandlerConfiguration@2@@Z) referenced in function "public: void __cdecl v8::ObjectTemplate::SetIndexedPropertyHandler(void (__cdecl*)(unsigned int,class v8::PropertyCallbackInfo<class v8::Value> const &),void (__cdecl*)(unsigned int,class v8::Local<class v8::Value>,class v8::PropertyCallbackInfo<class v8::Value> const &),void (__cdecl*)(unsigned int,class v8::PropertyCallbackInfo<class v8::Integer> const &),void (__cdecl*)(unsigned int,class v8::PropertyCallbackInfo<class v8::Boolean> const &),void (__cdecl*)(class v8::PropertyCallbackInfo<class v8::Array> const &),class v8::Local<class v8::Value>)" (?SetIndexedPropertyHandler@ObjectTemplate@v8@@QEAAXP6AXIAEBV?$PropertyCallbackInfo@VValue@v8@@@2@@ZP6AXIV?$Local@VValue@v8@@@2@0@ZP6AXIAEBV?$PropertyCallbackInfo@VInteger@v8@@@2@@ZP6AXIAEBV?$PropertyCallbackInfo@VBoolean@v8@@@2@@ZP6AXAEBV?$PropertyCallbackInfo@VArray@v8@@@2@@Z2@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::ObjectTemplate::SetHandler(struct v8::IndexedPropertyHandlerConfiguration const &)" (?SetHandler@ObjectTemplate@v8@@QEAAXAEBUIndexedPropertyHandlerConfiguration@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::ObjectTemplate::SetHandler(struct v8::IndexedPropertyHandlerConfiguration const &)" (?SetHandler@ObjectTemplate@v8@@QEAAXAEBUIndexedPropertyHandlerConfiguration@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: void __cdecl v8::Isolate::Enter(void)" (?Enter@Isolate@v8@@QEAAXXZ) referenced in function "public: __cdecl v8::Isolate::Scope::Scope(class v8::Isolate *)" (??0Scope@Isolate@v8@@QEAA@PEAV12@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::Isolate::Enter(void)" (?Enter@Isolate@v8@@QEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::Isolate::Enter(void)" (?Enter@Isolate@v8@@QEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: void __cdecl v8::Isolate::Exit(void)" (?Exit@Isolate@v8@@QEAAXXZ) referenced in function "public: __cdecl v8::Isolate::Scope::~Scope(void)" (??1Scope@Isolate@v8@@QEAA@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::Isolate::Exit(void)" (?Exit@Isolate@v8@@QEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::Isolate::Exit(void)" (?Exit@Isolate@v8@@QEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: void __cdecl v8::Isolate::ReportExternalAllocationLimitReached(void)" (?ReportExternalAllocationLimitReached@Isolate@v8@@AEAAXXZ) referenced in function "public: __int64 __cdecl v8::Isolate::AdjustAmountOfExternalAllocatedMemory(__int64)" (?AdjustAmountOfExternalAllocatedMemory@Isolate@v8@@QEAA_J_J@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: void __cdecl v8::Isolate::ReportExternalAllocationLimitReached(void)" (?ReportExternalAllocationLimitReached@Isolate@v8@@AEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: void __cdecl v8::Isolate::ReportExternalAllocationLimitReached(void)" (?ReportExternalAllocationLimitReached@Isolate@v8@@AEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: void __cdecl v8::Isolate::CheckMemoryPressure(void)" (?CheckMemoryPressure@Isolate@v8@@AEAAXXZ) referenced in function "public: __int64 __cdecl v8::Isolate::AdjustAmountOfExternalAllocatedMemory(__int64)" (?AdjustAmountOfExternalAllocatedMemory@Isolate@v8@@QEAA_J_J@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: void __cdecl v8::Isolate::CheckMemoryPressure(void)" (?CheckMemoryPressure@Isolate@v8@@AEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: void __cdecl v8::Isolate::CheckMemoryPressure(void)" (?CheckMemoryPressure@Isolate@v8@@AEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: static unsigned __int64 * __cdecl v8::V8::CopyGlobalReference(unsigned __int64 *)" (?CopyGlobalReference@V8@v8@@CAPEA_KPEA_K@Z) referenced in function "private: __cdecl v8::WasmModuleObjectBuilderStreaming::WasmModuleObjectBuilderStreaming(class v8::WasmModuleObjectBuilderStreaming &&)" (??0WasmModuleObjectBuilderStreaming@v8@@AEAA@$$QEAV01@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: static unsigned __int64 * __cdecl v8::V8::CopyGlobalReference(unsigned __int64 *)" (?CopyGlobalReference@V8@v8@@CAPEA_KPEA_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: static unsigned __int64 * __cdecl v8::V8::CopyGlobalReference(unsigned __int64 *)" (?CopyGlobalReference@V8@v8@@CAPEA_KPEA_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::DisposeGlobal(unsigned __int64 *)" (?DisposeGlobal@V8@v8@@CAXPEA_K@Z) referenced in function "public: __cdecl v8::WasmModuleObjectBuilderStreaming::~WasmModuleObjectBuilderStreaming(void)" (??1WasmModuleObjectBuilderStreaming@v8@@QEAA@XZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: static void __cdecl v8::V8::DisposeGlobal(unsigned __int64 *)" (?DisposeGlobal@V8@v8@@CAXPEA_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: static void __cdecl v8::V8::DisposeGlobal(unsigned __int64 *)" (?DisposeGlobal@V8@v8@@CAXPEA_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::ToLocalEmpty(void)" (?ToLocalEmpty@V8@v8@@CAXXZ) referenced in function "public: void __cdecl v8::Template::Set(class v8::Isolate *,char const *,class v8::Local<class v8::Data>)" (?Set@Template@v8@@QEAAXPEAVIsolate@2@PEBDV?$Local@VData@v8@@@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: static void __cdecl v8::V8::ToLocalEmpty(void)" (?ToLocalEmpty@V8@v8@@CAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: static void __cdecl v8::V8::ToLocalEmpty(void)" (?ToLocalEmpty@V8@v8@@CAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: __cdecl v8::SnapshotCreator::SnapshotCreator(__int64 const *,class v8::StartupData *)" (??0SnapshotCreator@v8@@QEAA@PEB_JPEAVStartupData@1@@Z) referenced in function "public: void __cdecl v8::SnapshotCreator::`default constructor closure'(void)" (??_FSnapshotCreator@v8@@QEAAXXZ) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: __cdecl v8::SnapshotCreator::SnapshotCreator(__int64 const *,class v8::StartupData *)" (??0SnapshotCreator@v8@@QEAA@PEB_JPEAVStartupData@1@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: __cdecl v8::SnapshotCreator::SnapshotCreator(__int64 const *,class v8::StartupData *)" (??0SnapshotCreator@v8@@QEAA@PEB_JPEAVStartupData@1@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: void __cdecl v8::Unlocker::Initialize(class v8::Isolate *)" (?Initialize@Unlocker@v8@@AEAAXPEAVIsolate@2@@Z) referenced in function "public: __cdecl v8::Unlocker::Unlocker(class v8::Isolate *)" (??0Unlocker@v8@@QEAA@PEAVIsolate@1@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: void __cdecl v8::Unlocker::Initialize(class v8::Isolate *)" (?Initialize@Unlocker@v8@@AEAAXPEAVIsolate@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: void __cdecl v8::Unlocker::Initialize(class v8::Isolate *)" (?Initialize@Unlocker@v8@@AEAAXPEAVIsolate@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "private: void __cdecl v8::Locker::Initialize(class v8::Isolate *)" (?Initialize@Locker@v8@@AEAAXPEAVIsolate@2@@Z) referenced in function "public: __cdecl v8::Locker::Locker(class v8::Isolate *)" (??0Locker@v8@@QEAA@PEAVIsolate@1@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "private: void __cdecl v8::Locker::Initialize(class v8::Isolate *)" (?Initialize@Locker@v8@@AEAAXPEAVIsolate@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "private: void __cdecl v8::Locker::Initialize(class v8::Isolate *)" (?Initialize@Locker@v8@@AEAAXPEAVIsolate@2@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: static void * __cdecl v8::internal::Malloced::New(unsigned __int64)" (?New@Malloced@internal@v8@@SAPEAX_K@Z) referenced in function "public: static void * __cdecl v8::internal::Malloced::operator new(unsigned __int64)" (??2Malloced@internal@v8@@SAPEAX_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: static void * __cdecl v8::internal::Malloced::New(unsigned __int64)" (?New@Malloced@internal@v8@@SAPEAX_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: static void * __cdecl v8::internal::Malloced::New(unsigned __int64)" (?New@Malloced@internal@v8@@SAPEAX_K@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: static void __cdecl v8::internal::Malloced::Delete(void *)" (?Delete@Malloced@internal@v8@@SAXPEAX@Z) referenced in function "public: static void __cdecl v8::internal::Malloced::operator delete(void *)" (??3Malloced@internal@v8@@SAXPEAX@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: static void __cdecl v8::internal::Malloced::Delete(void *)" (?Delete@Malloced@internal@v8@@SAXPEAX@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: static void __cdecl v8::internal::Malloced::Delete(void *)" (?Delete@Malloced@internal@v8@@SAXPEAX@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
generate-bytecodes-builtins-list.obj : error LNK2019: unresolved external symbol "public: void __cdecl v8::internal::VirtualMemory::TakeControl(class v8::internal::VirtualMemory *)" (?TakeControl@VirtualMemory@internal@v8@@QEAAXPEAV123@@Z) referenced in function "public: __cdecl v8::internal::VirtualMemory::VirtualMemory(class v8::internal::VirtualMemory &&)" (??0VirtualMemory@internal@v8@@QEAA@$$QEAV012@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecode-operands.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::internal::VirtualMemory::TakeControl(class v8::internal::VirtualMemory *)" (?TakeControl@VirtualMemory@internal@v8@@QEAAXPEAV123@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
bytecodes.obj : error LNK2001: unresolved external symbol "public: void __cdecl v8::internal::VirtualMemory::TakeControl(class v8::internal::VirtualMemory *)" (?TakeControl@VirtualMemory@internal@v8@@QEAAXPEAV123@@Z) [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
c:\ws\Release\bytecode_builtins_list_generator.exe : fatal error LNK1120: 38 unresolved externals [c:\ws\tools\v8_gypfiles\bytecode_builtins_list_generator.vcxproj]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment