HomeSort by relevance Sort by last modified time
    Searched full:workercontextprototype (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/bindings/js/
WorkerScriptController.cpp 74 ProtectedPtr<JSWorkerContextPrototype> workerContextPrototype = new (m_globalData.get()) JSWorkerContextPrototype(workerContextPrototypeStructure.release());
77 RefPtr<Structure> dedicatedContextPrototypeStructure = JSDedicatedWorkerContextPrototype::createStructure(workerContextPrototype);
85 RefPtr<Structure> sharedContextPrototypeStructure = JSSharedWorkerContextPrototype::createStructure(workerContextPrototype);

Completed in 284 milliseconds