コード例 #1
0
ファイル: jscntxt.cpp プロジェクト: vingtetun/mozilla-central
ThreadData::~ThreadData()
{
    JS_ASSERT(!repCache);

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

    if (dtoaState)
        js_DestroyDtoaState(dtoaState);
}
コード例 #2
0
ファイル: jscntxt.cpp プロジェクト: mbrubeck/mozilla-central
ThreadData::~ThreadData()
{
    if (dtoaState)
        js_DestroyDtoaState(dtoaState);
}