Searched defs:EmptyParentheses (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/ast/
H A Dast.h104 V(EmptyParentheses) \
2951 class EmptyParentheses final : public Expression {
2955 explicit EmptyParentheses(int pos) : Expression(pos, kEmptyParentheses) {} function in class:v8::internal::final
3533 EmptyParentheses* NewEmptyParentheses(int pos) {
3534 return new (zone_) EmptyParentheses(pos);

Completed in 55 milliseconds