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

/external/chromium_org/v8/src/
H A Dpreparser.cc122 StrictMode strict_mode, bool is_generator, ParserRecorder* log) {
132 function_state.set_is_generator(is_generator);
346 bool is_generator = Check(Token::MUL); local
351 is_generator ? FunctionKind::kGeneratorFunction
121 PreParseLazyFunction( StrictMode strict_mode, bool is_generator, ParserRecorder* log) argument
H A Dparser.h597 Token::Value fvar_init_op, bool is_generator, bool* ok);
826 Token::Value fvar_init_op, bool is_generator, bool* ok);
884 Token::Value fvar_init_op, bool is_generator, bool* ok) {
886 is_generator, ok);
882 ParseEagerFunctionBody( const AstRawString* name, int pos, Variable* fvar, Token::Value fvar_init_op, bool is_generator, bool* ok) argument
H A Dparser.cc1926 bool is_generator = Check(Token::MUL); local
1932 is_generator ? FunctionKind::kGeneratorFunction
2574 if (is_generator()) {
3453 bool is_generator = IsGeneratorFunction(kind); local
3520 if (is_generator) {
3657 is_generator, CHECK_OK);
3769 Token::Value fvar_init_op, bool is_generator, bool* ok) {
3787 if (is_generator) {
3808 if (is_generator) {
3850 is_generator(),
3767 ParseEagerFunctionBody( const AstRawString* function_name, int pos, Variable* fvar, Token::Value fvar_init_op, bool is_generator, bool* ok) argument
[all...]
H A Dpreparser.h192 void set_is_generator(bool is_generator) { is_generator_ = is_generator; } argument
193 bool is_generator() const { return is_generator_; } function in class:v8::internal::ParserBase::BASE_EMBEDDED
198 DCHECK(!is_generator());
441 bool is_generator() const { return function_state_->is_generator(); } function in class:v8::internal::ParserBase
1368 bool is_generator, bool* ok);
1452 bool is_generator,
1519 bool is_generator, bool* ok);
1534 Token::Value fvar_init_op, bool is_generator, boo
1532 ParseEagerFunctionBody( PreParserIdentifier function_name, int pos, Variable* fvar, Token::Value fvar_init_op, bool is_generator, bool* ok) argument
1545 ParseEagerFunctionBody( PreParserIdentifier function_name, int pos, Variable* fvar, Token::Value fvar_init_op, bool is_generator, bool* ok) argument
1948 bool is_generator = allow_harmony_object_literals_ && Check(Token::MUL); local
2529 bool is_generator = Check(Token::MUL); local
[all...]
H A Dast.h2425 bool is_generator() { function in class:v8::internal::FINAL
H A Dhydrogen-instructions.h7486 bool is_generator() const { return IsGeneratorFunction(kind_); } function in class:v8::FINAL::FINAL
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py1501 is_generator = False variable in class:FuncDefNode
3734 is_generator = True variable in class:GeneratorDefNode
H A DExprNodes.py7243 is_generator = False variable in class:ClassCellNode
7250 if not self.is_generator:

Completed in 261 milliseconds