Exemplo n.º 1
0
ThreadData::~ThreadData()
{
    JS_ASSERT(!repCache);

    rt->delete_<JSC::ExecutableAllocator>(execAlloc);
    rt->delete_<WTF::BumpPointerAllocator>(bumpAlloc);

    if (dtoaState)
        js_DestroyDtoaState(dtoaState);
}
Exemplo n.º 2
0
ThreadData::~ThreadData()
{
    if (dtoaState)
        js_DestroyDtoaState(dtoaState);
}