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

/external/v8/src/ast/
H A Dast.h59 V(SloppyBlockFunctionStatement) \
1211 class SloppyBlockFunctionStatement final : public Statement {
1216 SloppyBlockFunctionStatement* next() { return next_; }
1217 void set_next(SloppyBlockFunctionStatement* next) { next_ = next; }
1222 SloppyBlockFunctionStatement(Statement* statement, Scope* scope) function in class:v8::internal::final
1230 SloppyBlockFunctionStatement* next_;
3261 SloppyBlockFunctionStatement* NewSloppyBlockFunctionStatement(Scope* scope) {
3262 return new (zone_) SloppyBlockFunctionStatement(

Completed in 69 milliseconds