Searched refs:IsAnonymous (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dast.h2044 bool is_anonymous() const { return IsAnonymous::decode(bitfield_); }
2117 IsAnonymous::encode(type == ANONYMOUS_EXPRESSION) |
2140 class IsAnonymous: public BitField<bool, 2, 1> {}; class in class:v8::internal::FunctionLiteral

Completed in 49 milliseconds