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