Support Isolate::RunMicrotasks
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 3.4k
- Forks
- 531
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
Was merged with MicrotaskQueue::RunMicrotasks:
https://github.com/v8/v8/commit/ba363c755b14d8d81313509b797f421226bc4ea1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the V8 change linked in the issue, then compare Isolate::RunMicrotasks with MicrotaskQueue::RunMicrotasks in NAN's existing abstractions. No source file or test is named, so locate the relevant isolate and microtask entry points first. Done means NAN supports the requested Isolate API consistently with the referenced V8 change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100