Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2416 parser_saved_context_t saved_context; in parser_parse_function() local
2420 parser_save_context (context_p, &saved_context); in parser_parse_function()
2502 parser_restore_context (context_p, &saved_context); in parser_parse_function()
2518 parser_saved_context_t saved_context; in parser_parse_arrow_function() local
2523 parser_save_context (context_p, &saved_context); in parser_parse_arrow_function()
2525 context_p->status_flags |= saved_context.status_flags & (PARSER_ALLOW_NEW_TARGET in parser_parse_arrow_function()
2596 lexer_update_await_yield (context_p, saved_context.status_flags); in parser_parse_arrow_function()
2608 parser_restore_context (context_p, &saved_context); in parser_parse_arrow_function()
/third_party/node/src/
Denv-inl.h292 v8::Local<v8::Context> saved_context = in RemoveContext() local
294 if (saved_context == ctx) { in RemoveContext()
/third_party/python/Lib/
D_pydecimal.py3863 self.saved_context = getcontext()
3867 setcontext(self.saved_context)
/third_party/python/Lib/test/
Dtest_decimal.py4955 saved_context = getcontext()
4957 setcontext(saved_context)