Lines Matching refs:WRL
21 WRL::ComPtr<IDebugHostModule> GetV8Module(
22 WRL::ComPtr<IDebugHostContext>& sp_ctx);
23 WRL::ComPtr<IDebugHostType> GetTypeFromV8Module(
24 WRL::ComPtr<IDebugHostContext>& sp_ctx, const char16_t* type_name);
25 WRL::ComPtr<IDebugHostType> GetV8ObjectType(
26 WRL::ComPtr<IDebugHostContext>& sp_ctx);
27 void TryRegisterType(WRL::ComPtr<IDebugHostType>& sp_type,
29 bool DoesTypeDeriveFromObject(const WRL::ComPtr<IDebugHostType>& sp_type);
52 WRL::ComPtr<IModelObject> sp_data_model);
64 WRL::ComPtr<IModelObject> parent;
66 WRL::ComPtr<IModelObject> original_value;
67 WRL::ComPtr<IKeyStore> original_metadata;
78 WRL::ComPtr<IDebugHostTypeSignature> sp_signature;
79 WRL::ComPtr<IModelObject> sp_data_model;
84 WRL::ComPtr<IModelObject> sp_object_data_model_;
85 WRL::ComPtr<IModelObject> sp_local_data_model_;
86 WRL::ComPtr<IModelObject> sp_compiler_node_data_model_;
87 WRL::ComPtr<IModelObject> sp_compiler_type_data_model_;
88 WRL::ComPtr<IModelObject> sp_indexed_field_model_;
90 WRL::ComPtr<IDebugHostModule> sp_v8_module_;
91 std::unordered_map<std::u16string, WRL::ComPtr<IDebugHostType>>
95 WRL::ComPtr<IDebugHostContext> sp_v8_module_ctx_;