Home
last modified time | relevance | path

Searched refs:with_statement (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dgc_nvp_common.py10 from __future__ import with_statement namespace
H A Dgc-nvp-trace-processor.py41 from __future__ import with_statement namespace
/third_party/python/Lib/
H A D__future__.py55 "with_statement",
125 with_statement = _Feature((2, 5, 0, "alpha", 1), variable
/third_party/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py10 from __future__ import with_statement namespace
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-statm.c900 parser_with_statement_t with_statement; in parser_parse_with_statement_start() local
918 &with_statement.branch); in parser_parse_with_statement_start()
920 parser_stack_push (context_p, &with_statement, sizeof (parser_with_statement_t)); in parser_parse_with_statement_start()
932 parser_with_statement_t with_statement; in parser_parse_with_statement_end() local
944 parser_stack_pop (context_p, &with_statement, sizeof (parser_with_statement_t)); in parser_parse_with_statement_end()
954 parser_set_branch_to_current_position (context_p, &with_statement.branch); in parser_parse_with_statement_end()
/third_party/python/Lib/lib2to3/
H A Dmain.py5 from __future__ import with_statement, print_function namespace

Completed in 6 milliseconds