Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about embedded-v8

Read more about embedded-v8

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - embedded-v8

Add identifiers to TDZ using C++ v8 add-on

I have a unique Javascript evaluation environment that sits on top of Node. I need to insert an identifier into the current scope's temporal dead zone (TDZ) so that if that identifier is accessed it t...
test-img

Me1000

node.js

add-on

embedded-v8

Votes: 0

Answers: 1

Latest Answer

Out of curiosity, I spent some time investigating this, and I am positive: the identifiers exist only until compilation of the script. The global scope is a notable exception: it is not really a scope...
test-img

mmomtchev

V8 Embedding. Cannot print out the `v8::Local` object

In Short I was trying to print out the v8::Local object content, with either of v8/tools/gdbinit and v8/tools/lldb_commands.py helper scripts, I got Empty Line OR Syntax Error messages. Is there anyth...
test-img

absuu

c++

gdb

v8

lldb

embedded-v8

Votes: 0

Answers: 1

Latest Answer

For debugging, try using a debug build: use gn args <your_output_dir> to set is_debug = true, then recompile. If you insist on debugging release-mode binaries, you can enable jlh and friends wit...
test-img

jmrk

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved