Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9271497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:37:47+00:00 2026-06-18T15:37:47+00:00

I use v8 and spidermonkey from C++ programs. In spidermonkey it is easy to

  • 0

I use v8 and spidermonkey from C++ programs. In spidermonkey it is easy to stop the execution, you just return FALSE in any of native methods you implemented in C++.
But I fail to see how to do the same thing in v8.

Handle<Value> enough(const v8::Arguments& a) {
    // want to tell v8, that execution is not needed to continue.
    return v8::Undefined();
}

maybe return something specific, or set some variable, or call v8 function, or send a message, or throw and exception, any idea?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T15:37:49+00:00Added an answer on June 18, 2026 at 3:37 pm

    I am not exactly sure what do you mean by “interrupt” in this case.. But I will give it a shot with my answer:

    You can either return a value from your C++ function early on (return v8::False()) to skip execution of other code inside the same function or throw a JavaScript exception with v8::ThrowException(...).

    And you can use the v8::V8::TerminateExecution(). This will terminate the execution in current isolate/thread. The way v8 does that is by throwing an uncatchable exception (in JavaScript land). You can still use the v8::TryCatch to handle the termination from your C++ code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use the GoogleMaps JavaScript library from inside of SpiderMonkey using the
I would like to use SpiderMonkey ( the javascript engine from Mozilla ) in
I can get the Spidermonkey javascript engine from here: http://www.mozilla.org/js/spidermonkey/ And, I know that
use javascript or other method ? have any recommendation?
Use Eclipse Classic with ADT plugin. Tried to make project from existing example of
I'm embedding Mozilla's SpiderMonkey in my application and would like to use its new
use an icon (.png transparent background) for my menu. There isn't any problem for
use qcvalues_test go select [finalConc] ,[rowid] from qvalues where rowid in (select rowid from
Use AES/Rijndael or any symmetric encryption. Encrypt the hidden value using itself as the
I am trying to build and use SpiderMonkey I compiled (for my academic research)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.