Searched defs:is_async (Results 1 – 14 of 14) sorted by relevance
| /third_party/jinja2/ |
| D | async_utils.py | 19 def is_async(args: t.Any) -> bool: function 24 def is_async(args: t.Any) -> bool: function
|
| D | asyncfilters.py | 31 def is_async(args): function 40 def is_async(args): function
|
| /third_party/python/Lib/ |
| D | pyclbr.py | 71 parent=None, is_async=False, *, end_lineno=None): argument 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 220 def visit_FunctionDef(self, node, *, is_async=False): argument
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| D | asyncfilters.py | 31 def is_async(args): function 40 def is_async(args): function
|
| /third_party/skia/third_party/externals/jinja2/ |
| D | asyncfilters.py | 31 def is_async(args): function 40 def is_async(args): function
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| D | asyncfilters.py | 30 is_async = lambda args: args[0].is_async function 36 is_async = lambda args: args[0].environment.is_async function
|
| /third_party/node/test/parallel/ |
| D | test-crypto-hkdf.js | 134 let is_async = false; variable
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-test-wasm.cc | 42 bool is_async) { in IsWasmCompileAllowed() 57 bool is_async) { in IsWasmInstantiateAllowed()
|
| /third_party/python/Python/ |
| D | symtable.c | 2060 int is_async = st->st_cur->ste_coroutine && !is_generator; in symtable_handle_comprehension() local
|
| D | Python-ast.c | 3261 is_async, PyArena *arena) in _PyAST_comprehension() 10221 int is_async; in obj2ast_comprehension() local
|
| D | compile.c | 2589 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function()
|
| /third_party/python/Include/internal/ |
| D | pycore_ast_state.h | 197 PyObject *is_async; member
|
| D | pycore_ast.h | 500 int is_async; member
|
| /third_party/node/src/ |
| D | node_file.cc | 2136 const bool is_async = req_wrap_async != nullptr; in WriteString() local
|