Searched refs:descriptorType (Results 1 – 4 of 4) sorted by relevance
64 DescType descType = [aeDesc descriptorType];116 DescType descType = [aeDesc descriptorType];
313 v8::Local<v8::Object> WorkerContextExecutionProxy::toV8(V8ClassIndex::V8WrapperType descriptorType,… in toV8() argument318 function = V8DOMWrapper::getConstructor(descriptorType, proxy->workerContext()); in toV8()320 function = V8DOMWrapper::getTemplate(descriptorType)->GetFunction(); in toV8()
110 …static v8::Local<v8::Object> toV8(V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex::V8Wrap…
741 …per::instantiateV8Object(V8Proxy* proxy, V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex:… in instantiateV8Object() argument744 …if (descriptorType == V8ClassIndex::HTMLCOLLECTION && static_cast<HTMLCollection*>(impl)->type() =… in instantiateV8Object()745 descriptorType = V8ClassIndex::HTMLALLCOLLECTION; in instantiateV8Object()757 instance = proxy->createWrapperFromCache(descriptorType); in instantiateV8Object()759 v8::Local<v8::Function> function = getTemplate(descriptorType)->GetFunction(); in instantiateV8Object()