Searched refs:sp_type (Results 1 – 3 of 3) sorted by relevance
29 WRL::ComPtr<IDebugHostType> sp_type; in Create() local31 RETURN_IF_FAIL(p_v8_object_instance->GetTypeInfo(&sp_type)); in Create()32 RETURN_IF_FAIL(sp_type->GetName(type_name.GetAddress())); in Create()511 WRL::ComPtr<IDebugHostType> sp_type; in GetValue() local512 RETURN_IF_FAIL(p_v8_local_instance->GetTypeInfo(&sp_type)); in GetValue()515 RETURN_IF_FAIL(sp_type->IsGeneric(&is_generic)); in GetValue()519 RETURN_IF_FAIL(sp_type->GetGenericArgumentAt(0, &sp_generic_arg)); in GetValue()
27 void TryRegisterType(WRL::ComPtr<IDebugHostType>& sp_type,29 bool DoesTypeDeriveFromObject(const WRL::ComPtr<IDebugHostType>& sp_type);
36 const WRL::ComPtr<IDebugHostType>& sp_type) { in DoesTypeDeriveFromObject() argument38 HRESULT hr = sp_type->GetName(name.GetAddress()); in DoesTypeDeriveFromObject()43 hr = sp_type->EnumerateChildren(SymbolKind::SymbolBaseClass, nullptr, in DoesTypeDeriveFromObject()