Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-type-profile.h29 struct TypeProfileScript { struct
30 explicit TypeProfileScript(Handle<Script> s) : script(s) {} in TypeProfileScript() argument
35 class TypeProfile : public std::vector<TypeProfileScript> { argument