HomeSort by relevance Sort by last modified time
    Searched refs:is_initializer_block (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
rewriter.cc 108 if (!node->is_initializer_block()) Process(node->statements());
prettyprinter.cc 54 if (!node->is_initializer_block()) Print("{ ");
57 if (!node->is_initializer_block()) Print("}");
761 const char* block_txt = node->is_initializer_block() ? "BLOCK INIT" : "BLOCK";
ast.h 421 bool is_initializer_block() const { return is_initializer_block_; } function in class:v8::internal::Block
432 bool is_initializer_block)
435 is_initializer_block_(is_initializer_block),
    [all...]

Completed in 33 milliseconds