| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/ |
| D | test_every.js | 38 ASSERT_TRUE(arr.every(fnTrue)); 39 ASSERT_TRUE(arr.every(fn1True)); 46 ASSERT_FALSE(arr.every(fnFalse)); 47 ASSERT_FALSE(arr.every(fn1False));
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | nullableGenericSignature.sts | 17 every(fn: (v: T) => boolean): boolean { 27 return x.every((item: Object): boolean => {
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/ |
| D | script_module.rb | 21 def paramGroupsConcat(*every) argument 24 every.each { |e|
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1gc_fullgc_test.cpp | 122 void MakeObjectsAlive(const ObjVec &objects, int every = 1); 123 void MakeObjectsPermAlive(const ObjVec &objects, int every = 1); 124 void MakeObjectsGarbage(size_t startIdx, size_t afterEndIdx, int every = 1); 213 void G1GCFullGCTest::MakeObjectsAlive(const ObjVec &objects, int every) in MakeObjectsAlive() argument 215 int cnt = every; in MakeObjectsAlive() 224 cnt = every; in MakeObjectsAlive() 228 void G1GCFullGCTest::MakeObjectsGarbage(size_t startIdx, size_t afterEndIdx, int every) in MakeObjectsGarbage() argument 230 int cnt = every; in MakeObjectsGarbage() 238 cnt = every; in MakeObjectsGarbage() 242 void G1GCFullGCTest::MakeObjectsPermAlive(const ObjVec &objects, int every) in MakeObjectsPermAlive() argument [all …]
|
| D | mem_stats_gen_gc_test.cpp | 169 void MakeObjectsAlive(const ObjVec &objects, int every = 1); 170 void MakeObjectsPermAlive(const ObjVec &objects, int every = 1); 171 void MakeObjectsGarbage(size_t startIdx, size_t afterEndIdx, int every = 1); 433 void MemStatsGenGCTest::MakeObjectsAlive(const ObjVec &objects, int every) in MakeObjectsAlive() argument 435 int cnt = every; in MakeObjectsAlive() 444 cnt = every; in MakeObjectsAlive() 448 void MemStatsGenGCTest::MakeObjectsGarbage(size_t startIdx, size_t afterEndIdx, int every) in MakeObjectsGarbage() argument 450 int cnt = every; in MakeObjectsGarbage() 457 cnt = every; in MakeObjectsGarbage() 461 void MemStatsGenGCTest::MakeObjectsPermAlive(const ObjVec &objects, int every) in MakeObjectsPermAlive() argument [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | ArrayTest3.sts | 47 if (arrEmpty.every(fnTrue) == false) { return fail; } 53 if (arr.every(fnTrue) == false) { return fail; } 58 if (arr.every(fnFalse) == true) { return fail; } 67 if (arrEmpty.every(fnTrue) == false) { return fail; } 73 if (arr.every(fnTrue) == false) { return fail; } 78 if (arr.every(fnFalse) == true) { return fail; } 87 if (arrEmpty.every(fnTrue) == false) { return fail; } 93 if (arr.every(fnTrue) == false) { return fail; } 98 if (arr.every(fnFalse) == true) { return fail; }
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | types_n_values.md | 35 …pes, say `A()` and `B()` related as `A() <: B()`, i.e. `A()` is the subtype of `B()`, then in every 39 `A() <: A()` for every type in the type universe. 76 So for every type `Bot <: T <: Top`
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 35 …pes, say `A()` and `B()` related as `A() <: B()`, i.e. `A()` is the subtype of `B()`, then in every 39 `A() <: A()` for every type in the type universe. 76 So for every type `Bot <: T <: Top`
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | ReadonlyArray.sts | 26 every(predicate: (value: T, index: number, array: ReadonlyArray<T>) => boolean): boolean; 27 every(predicate: (value: T, index: number) => boolean): boolean; 28 every(predicate: (value: T) => boolean): boolean; 29 every(predicate: () => boolean): boolean; 30 …// every<S extends T>(predicate: (value: T, index: number, array: readonly T[]) => value is S, thi…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | CMakeLists.txt | 109 …"--gc-type=g1-gc" "--gc-trigger-type=debug" "--run-gc-in-place" "--run-gc-every-safepoint" MODE "I… 110 …"--gc-type=g1-gc" "--gc-trigger-type=debug" "--run-gc-in-place" "--run-gc-every-safepoint" MODE "J… 112 …"--gc-type=g1-gc" "--gc-trigger-type=debug" "--run-gc-in-place" "--run-gc-every-safepoint" MODE "A…
|
| /arkcompiler/ets_runtime/test/aottest/builtins_array/ |
| D | builtins_array.ts | 86 function every() { function 90 array.every(condition); 152 every();
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2015_tests.txt | 255 built-ins/Array/prototype/every/15.4.4.16-0-1.js 256 built-ins/Array/prototype/every/15.4.4.16-1-1.js 257 built-ins/Array/prototype/every/15.4.4.16-1-10.js 258 built-ins/Array/prototype/every/15.4.4.16-1-11.js 259 built-ins/Array/prototype/every/15.4.4.16-1-12.js 260 built-ins/Array/prototype/every/15.4.4.16-1-13.js 261 built-ins/Array/prototype/every/15.4.4.16-1-14.js 262 built-ins/Array/prototype/every/15.4.4.16-1-15.js 263 built-ins/Array/prototype/every/15.4.4.16-1-2.js 264 built-ins/Array/prototype/every/15.4.4.16-1-3.js [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/array_validation/ |
| D | array_every.ts | 20 let arr1 = arr.every(
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/ |
| D | field_without_initializer.sts | 18 assert: Every declarator in a field declaration of an interface must have an initializer, or a comp…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | build_all.bat | 22 echo all pdf files are in appropriate 'build' sub-folder for every document
|
| /arkcompiler/runtime_core/docs/ |
| D | debugger-vscode-communication.md | 19 * We create a test client every 100 milliseconds to check is socket ready for a debug session
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | debugger-vscode-communication.md | 19 * We create a test client every 100 milliseconds to check is socket ready for a debug session
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/ |
| D | spec_example.sts | 19 and a type of each parameter. Every parameter's type must be
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/02.readonly_constant_fields/ |
| D | readonly_field_initilization_in_constructor.sts | 18 assert: A blank readonly class variable must be initialized at the end of every constructor of the …
|
| /arkcompiler/ets_runtime/test/aottest/pgo_call_with_repetitive_method_id/ |
| D | pgo_call_with_repetitive_method_id.ts | 17 // define func with the same method id every time getFunc is called
|
| /arkcompiler/ets_runtime/test/aottest/inline_array_exception/ |
| D | inline_array_exception.ts | 20 arr.every(-123456); 54 i25 = v0.every(()=>{});
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | pressure.h | 190 /* save reglist of every uses'register */ 192 /* save reglist of every defs'register */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/01.separate_modules/ |
| D | module_implicit_import.sts | 20 …Every module implicitly imports (see Implicit Import) all exported entities from essential kernel …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/ |
| D | override_variance.sts | 28 Every type is override-compatible with itself, and that is a case of invariance.
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.h | 45 /* Array.prototype.every ( callbackfn [ , thisArg ] ) */ \ 46 V("every", Every, 1, ArrayEvery) \ 140 static JSTaggedValue Every(EcmaRuntimeCallInfo *argv);
|