Home
last modified time | relevance | path

Searched defs:FunctionsProxy (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc310 struct FunctionsProxy : NamedDebugProxy<FunctionsProxy, kFunctionsProxy> { struct
311 static constexpr char const* kClassName = "Functions";
313 static uint32_t Count(Isolate* isolate, Handle<WasmInstanceObject> instance) { in Count()
317 static Handle<Object> Get(Isolate* isolate, in Get()
326 static Handle<String> GetName(Isolate* isolate, in GetName()