Home
last modified time | relevance | path

Searched full:immediately (Results 1 – 25 of 90) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/
Dasync_functions11.ets22 return Promise.resolve("Resolved immediately");
27 assertEQ(result, "Resolved immediately");
Dasync_functions12.ets22 return Promise.reject(new Error("Rejected immediately"));
29 assertEQ(error, "Rejected immediately");
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dfunction_expression.ets.migrate.ets29 return 'get result immediately';
79 console.log('called immediately');
Dfunction_expression.ets29 return 'get result immediately';
79 console.log('called immediately');
Dfunction_expression.ets.autofix.json88 "replacementText": "() => {\n return 'get result immediately';\n}"
294 "replacementText": "(() => {\n console.log('called immediately');\n})"
/arkcompiler/ets_frontend/test/scripts/
Dreadme.md14 If you do not want to run test immediately, delete run_all()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/concurrency/
D_initializerBlock_.ets17 // Note: This file initialize all the `const` property that non-immediately initialized(spec-issue …
DAsyncLockManager.ets172 …* If the value is true and lockAsync cannot acquire the lock immediately, the operation is cancele…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
D_initializerBlock_.ets17 // Note: This file initialize all the `const` property that non-immediately initialized(spec-issue …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/
Dfunction_level_n1.ets18 The scope of a name declared immediately within the body of a function
Dfunction_level.ets18 The scope of a name declared immediately within the body of a function (method)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/enclosing_instances/
Dinner_class_declaration_in_static_initializer.ets18 … static context has no lexically enclosing instances. However, if I is immediately declared within…
Dinner_class_declaration_in_static_method.ets18 … static context has no lexically enclosing instances. However, if I is immediately declared within…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/08.function_method_and_constructor_overloading/05.typescript_overload_signatures/
Doverload_neg.params.yaml25 // CTE: implementation does not immediately follow the declarations
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe29.md8 object fields immediately in the class. Access only those class fields
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
D_initializerBlock_.ets17 // Note: This file initialize all the `const` property that non-immediately initialized(spec-issue …
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_task_pool.cpp59 // Try to get gc workers task from pool if it's possible and run the task immediately in WaitUntilTasksEnd()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D11_enums.rst187 immediately preceding constant plus one.
196 of the immediately preceding constant plus one.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h66 // the first statement immediately follow MirFuncT
160 // Each operand instruction is positioned immediately before its parent or
178 // operands immediately before each node
/arkcompiler/ets_frontend/ets2panda/evaluate/
DirCheckHelper.h75 * @returns false if check was delayed until recursion end, true if check was done immediately.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dmodules.rst106 top-level statements of the module are executed immediately before
/arkcompiler/runtime_core/static_core/scripts/
Dpython_linters.sh50 # - W0706 - except handler raises immediately
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dfix_heap.h99 FILL_FREE, // Fill in free object immediately
/arkcompiler/runtime_core/common_interfaces/
Dbase_runtime.h40 // async: Collector::RequestGC returns immediately and caller continues to run.
/arkcompiler/ets_frontend/ets2panda/linter/test/extended_features/
D@arkts.collections.d.ets520 …* If such an element is found, find immediately returns that element value. Otherwise, find re…
554 * findIndex immediately returns that element index. Otherwise, findIndex returns -1.
1192 * in which case false is immediately returned.
1241 …* If such an element is found, find immediately returns that element value. Otherwise, find re…
1259 * findIndex immediately returns that element index. Otherwise, findIndex returns -1.
1446 * in which case true is immediately returned.
1732 * in which case false is immediately returned.
1776 …* If such an element is found, find immediately returns that element value. Otherwise, find re…
1792 * If such an element is found, findIndex immediately returns that element index.
1939 * in which case true is immediately returned.
[all …]

1234