Questions tagged [embedded-v8]

229 questions
-1
votes
1 answer

Embedded V8 context and script compilation crash

Calling on V8 experts. I am embedding V8 in a project of mine and I am running into issues modularizing my code. The simplest example of this is compiling and running a small script that prints "Hello World!" from a C++ function. The working version…
Darth Zaloj
  • 153
  • 6
-1
votes
1 answer

V8 "segmentation fault (core dumped)" Error Displayed By Sample Shell Application

V8 Version: 8.2.0 OS: Ubuntu v18.04.3 LTS Architecture: x64 What steps will reproduce the problem? Followed instructions on https://v8.dev/docs/source-code and https://v8.dev/docs/build to build and compile v8 Compiled the shell.cc in samples…
claOnline
  • 665
  • 1
  • 5
  • 10
-1
votes
1 answer

Use V8 engine in oop application c++

I want to use v8 in an oop based app in c++, but i have some issues with scope of v8 objects in my code, when i wrote all code in one function it works perfectly but when i put the in a class (or even a name space) some of objects will be…
-1
votes
1 answer

V8 Engine Embedded

I was following a tutorial online about NodeJS and they stated that NodeJS is a C++ program which embeds the V8 JS engine in it to provide extra features for JS. So whenever the V8 engine sees a particular keyword that is not in the ECAMScript…
LP45
  • 193
  • 1
  • 13
1 2 3
15
16