Open
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?