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