Searched refs:isWrapperOfType (Results 1 – 5 of 5) sorted by relevance
52 if (V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo)) in getEventListener()
75 if (!V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo)) in current()102 return V8DOMWrapper::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo); in contextHasCorrectPrototype()
58 static bool isWrapperOfType(v8::Handle<v8::Value>, const WrapperTypeInfo*);
129 bool V8DOMWrapper::isWrapperOfType(v8::Handle<v8::Value> value, const WrapperTypeInfo* type) in isWrapperOfType() function in WebCore::V8DOMWrapper
176 if (V8DOMWrapper::isWrapperOfType(object, &V8Window::wrapperTypeInfo)) { in GetName()