chakra-core / chakra-core/ChakraCore
JSRT: Inconsistent Callback behavior
Open
APIs
Discussion
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Only few of our callbacks can execute JSRT API calls. i.e. new `JsSerializedLoadScriptCallback` is one of them. https://github.com/Microsoft/ChakraCore/blob/master/lib/Jsrt/JsrtSourceHolder.cpp#L246-L252
Is there any particular callback we shouldn't allow JSRT API calls ? or best if we make them all capable of doing this?
/cc @agarwal-sandeep @liminzhu
Contributor guide
Assessment
This issue has not been assessed yet.