Example #1
0
bool
ThreadData::init()
{
    return stackSpace.init() && !!(dtoaState = js_NewDtoaState());
}
Example #2
0
bool
ThreadData::init()
{
    JS_ASSERT(!repCache);
    return stackSpace.init() && !!(dtoaState = js_NewDtoaState());
}