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

  /external/webkit/Source/WebCore/bindings/js/
WorkerScriptController.cpp 81 Structure* dedicatedContextPrototypeStructure = JSDedicatedWorkerContextPrototype::createStructure(*m_globalData, workerContextPrototype.get());
82 Strong<JSDedicatedWorkerContextPrototype> dedicatedContextPrototype(*m_globalData, new (m_globalData.get()) JSDedicatedWorkerContextPrototype(*m_globalData, 0, dedicatedContextPrototypeStructure));

Completed in 87 milliseconds