Home
last modified time | relevance | path

Searched refs:CreateMethod (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/base/
Dutilities.h45 HRESULT CreateMethod(IDataModelManager* p_manager, IModelMethod* p_method,
Dutilities.cc35 HRESULT CreateMethod(IDataModelManager* p_manager, IModelMethod* p_method, in CreateMethod() function
/third_party/node/deps/v8/src/torque/
Ddeclarations.h114 static Method* CreateMethod(AggregateType* class_type,
Ddeclarations.cc232 Method* Declarations::CreateMethod(AggregateType* container_type, in CreateMethod() function in v8::internal::torque::Declarations
Dtype-visitor.cc121 Method* m = Declarations::CreateMethod(container_type, method_name, in DeclareMethods()
/third_party/node/deps/v8/tools/v8windbg/src/
Dv8windbg-extension.cc269 RETURN_IF_FAIL(CreateMethod(sp_data_model_manager.Get(), in Initialize()