Searched refs:node_pos (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_ast.py186 node_pos = (ast_node.lineno, ast_node.col_offset)
187 self.assertTrue(node_pos >= parent_pos)
/external/v8/src/asmjs/
H A Dasm-typer.cc129 const int node_pos = node.position(); local
131 start_ = node_pos;
133 start_ = std::min(start_, node_pos);
136 end_ = node_pos;
138 end_ = std::max(end_, node_pos);
/external/python/cpython3/Lib/test/
H A Dtest_ast.py199 node_pos = (ast_node.lineno, ast_node.col_offset)
200 self.assertTrue(node_pos >= parent_pos)

Completed in 156 milliseconds