Exemplo n.º 1
0
WorkerContextExecutionProxy::WorkerContextExecutionProxy(WorkerContext* workerContext)
    : m_workerContext(workerContext)
    , m_recursion(0)
{
// CAPPFIX_WEB_WEBWORKERS_START
    initIsolate();
// CAPPFIX_WEB_WEBWORKERS_END
}
WorkerContextExecutionProxy::WorkerContextExecutionProxy(WorkerContext* workerContext)
    : m_workerContext(workerContext)
    , m_recursion(0)
{
//SAMSUNG_WEB_WORKER_CHANGES >>
    initIsolate();
    //initV8IfNeeded();
//SAMSUNG_WEB_WORKER_CHANGES <<
}
Exemplo n.º 3
0
WorkerContextExecutionProxy::WorkerContextExecutionProxy(WorkerContext* workerContext)
    : m_workerContext(workerContext)
    , m_disableEvalPending(false)
{
    initIsolate();
}
Exemplo n.º 4
0
WorkerContextExecutionProxy::WorkerContextExecutionProxy(WorkerContext* workerContext)
    : m_workerContext(workerContext)
{
    initIsolate();
}