Searched refs:GetTypeInfo (Results 1 – 5 of 5) sorted by relevance
81 virtual HRESULT STDMETHODCALLTYPE GetTypeInfo(UINT, LCID, ITypeInfo** ppTInfo) in GetTypeInfo() function
5382 (AccessibleBase::GetTypeInfo):
48 STDMETHOD(GetTypeInfo)(UINT, LCID, ITypeInfo**) { in STDMETHOD() argument
735 static TypeInfo GetTypeInfo(Handle<Object> operand);763 static TypeInfo GetTypeInfo(Handle<Object> left, Handle<Object> right);
2150 UnaryOpIC::TypeInfo UnaryOpIC::GetTypeInfo(Handle<Object> operand) { in GetTypeInfo() function in v8::internal::UnaryOpIC2239 BinaryOpIC::TypeInfo BinaryOpIC::GetTypeInfo(Handle<Object> left, in GetTypeInfo() function in v8::internal::BinaryOpIC2286 UnaryOpIC::TypeInfo type = UnaryOpIC::GetTypeInfo(operand); in RUNTIME_FUNCTION()2338 BinaryOpIC::TypeInfo type = BinaryOpIC::GetTypeInfo(left, right); in RUNTIME_FUNCTION()