Searched defs:TypeProfileScript (Results 1 – 1 of 1) sorted by relevance
27 struct TypeProfileScript { struct28 explicit TypeProfileScript(Handle<Script> s) : script(s) {} in TypeProfileScript() argument33 class TypeProfile : public std::vector<TypeProfileScript> { argument