This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Bug fixes and improvements
This release brings stability and improvements. It contains some minor BC-breaking changes which should not affect general public. See full change log below for details
Changelog:
* - BC-breaking changes
*require libv8 >= 6.4.6;*removeUnboundScript::kNoScriptIdconst and returnnullingetId()on no data*changeScriptCompiler::cachedDataVersionTag(): intmethod name and return type to beScriptCompiler::getCachedDataVersionTag(): float;*removeStartupData::getRawSize()method;- fix segfault when invalid startup data passed to isolate;
- fix external exception lost when it has refcount 1;
- change script compiler version tag generation to take into account changes to extension internals;
- add
CallbackInfoInterface; - add support for ScriptCompiler::kProduceFullCodeCache;
- add
{Isolate,Context}::within()as optimization solution; - add
StartupData::isRejected(); - add docs skeleton.