Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

123
Views
what is the first abstract operation that takes place in ecma262 in order to start the global execution context?

what is the first abstract operation that takes place in ecma262 in order to start the global execution context ?

does it ScriptEvaluation or maybe InitializeHostDefinedRealm or none of these ?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

InitializeHostDefinedRealm seems to be the most promising candidate.

Notice that for ScriptEvaluation, you need a script record, so you'd usually call ParseScript first. But for that, you need a realm, which indeed would be created via InitializeHostDefinedRealm.

Of course, a host is free not to use any of these in theory. It might restore the entire state of the global execution context from a static image on disk, and begin execution in the middle of whatever was running when the state was frozen.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!