Searched defs:Brief (Results 1 – 3 of 3) sorted by relevance
1520 struct Brief { struct1522 explicit Brief(const MaybeObject* v) : value(v) {} in Brief() function1526 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const Brief& v); argument
2529 Brief::Brief(const Object* v) in Brief() function in v8::internal::Brief
87 const BlockContentComment *Brief; member