Home
last modified time | relevance | path

Searched refs:block_txt (Results 1 – 1 of 1) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dprettyprinter.cc771 const char* block_txt = node->is_initializer_block() ? "BLOCK INIT" : "BLOCK"; in VisitBlock() local
772 IndentedScope indent(block_txt); in VisitBlock()