Пример #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 <<
}
Пример #3
0
WorkerContextExecutionProxy::WorkerContextExecutionProxy(WorkerContext* workerContext)
    : m_workerContext(workerContext)
    , m_disableEvalPending(false)
{
    initIsolate();
}
Пример #4
0
WorkerContextExecutionProxy::WorkerContextExecutionProxy(WorkerContext* workerContext)
    : m_workerContext(workerContext)
{
    initIsolate();
}