Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/
Dgc_nvp_common.py10 from __future__ import with_statement
Dgc-nvp-trace-processor.py41 from __future__ import with_statement
/third_party/python/Lib/
D__future__.py125 with_statement = _Feature((2, 5, 0, "alpha", 1), variable
/third_party/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py10 from __future__ import with_statement
/third_party/python/Doc/library/
D__future__.rst81 | with_statement | 2.5.0a1 | 2.6 | :pep:`343`: |
/third_party/python/Lib/lib2to3/
Dmain.py5 from __future__ import with_statement, print_function
/third_party/jerryscript/jerry-core/parser/js/
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/Doc/reference/
Dsimple_stmts.rst886 ``print_function``, ``nested_scopes`` and ``with_statement``. They are
/third_party/python/Doc/whatsnew/
D2.5.rst593 from __future__ import with_statement
D2.6.rst252 import with_statement`` directive. In 2.6 the statement no longer needs to
/third_party/python/Misc/
DHISTORY18510 with_statement``. Use of 'with' as a variable will generate a warning.