/ark/js_runtime/ecmascript/builtins/tests/ |
D | builtins_boolean_test.cpp | 64 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 67 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 68 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 84 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 87 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 88 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 104 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 109 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 143 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local 147 ecmaRuntimeCallInfo->SetThis(boolean.GetTaggedValue()); in HWTEST_F_L0() [all …]
|
D | builtins_object_test.cpp | 915 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local 920 boolEcmaRuntimeCallInfo->SetThis(boolean.GetTaggedValue()); in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/ic/tests/ |
D | ic_compareop_test.cpp | 80 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 81 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 82 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 140 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 141 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 142 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 207 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 208 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 209 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 273 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local [all …]
|
/ark/runtime_core/libpandabase/utils/ |
D | json_parser.cpp | 154 BoolT boolean {false}; in GetBool() local 155 istream_ >> std::boolalpha >> boolean; in GetBool() 160 parsed_temp_.SetValue(boolean); in GetBool() 161 LOG_JSON(DEBUG) << "Got a boolean: " << std::boolalpha << boolean; in GetBool()
|
/ark/runtime_core/libpandabase/ |
D | README.md | 10 - boolean 29 panda::PandArg<bool> pab("bool", false, "Sample boolean argument"); 48 - `bool` for boolean argument 118 - True values for boolean arguments: **true**, **on**, **1**. 119 - False values for boolean arguments: **false**, **off**, **0**. 140 In the tail arguments example, `false` is a boolean value, `-1` is integer value and `str1` and `st…
|
/ark/ts2abc/test262/ |
D | es2015_tests.txt | 27 built-ins/Array/prototype/findIndex/call-with-boolean.js 46 built-ins/Array/prototype/slice/call-with-boolean.js 116 built-ins/Array/prototype/push/call-with-boolean.js 136 built-ins/Array/prototype/pop/call-with-boolean.js 183 built-ins/Array/prototype/reduce/call-with-boolean.js 417 built-ins/Array/prototype/copyWithin/call-with-boolean.js 451 built-ins/Array/prototype/reverse/call-with-boolean.js 495 built-ins/Array/prototype/unshift/call-with-boolean.js 548 built-ins/Array/prototype/filter/call-with-boolean.js 779 built-ins/Array/prototype/every/call-with-boolean.js [all …]
|
D | CI_tests.txt | 874 built-ins/Object/is/same-value-x-y-boolean.js 1010 built-ins/Proxy/defineProperty/return-boolean-and-define-target.js 1065 built-ins/Proxy/set/boolean-trap-result-is-false-null-return-false.js 1066 built-ins/Proxy/set/boolean-trap-result-is-false-undefined-return-false.js 1458 built-ins/Array/property-cast-boolean-primitive.js 1545 built-ins/Array/prototype/every/call-with-boolean.js 1547 built-ins/Array/prototype/fill/call-with-boolean.js 1598 built-ins/Array/prototype/find/call-with-boolean.js 1599 built-ins/Array/prototype/findIndex/call-with-boolean.js 1635 built-ins/Array/prototype/forEach/call-with-boolean.js [all …]
|
D | es5_tests.txt | 78 built-ins/Array/property-cast-boolean-primitive.js 4662 …lt-ins/String/prototype/split/arguments-are-boolean-expression-function-call-and-null-and-instance… 4733 built-ins/String/prototype/split/instance-is-boolean.js 6950 language/future-reserved-words/boolean.js 7132 language/literals/boolean/S7.8.2_A1_T1.js 7133 language/literals/boolean/S7.8.2_A1_T2.js 8034 language/types/boolean/S8.3_A1_T1.js 8035 language/types/boolean/S8.3_A1_T2.js 8036 language/types/boolean/S8.3_A2.1.js 8037 language/types/boolean/S8.3_A2.2.js [all …]
|
/ark/ts2abc/ts2panda/templates/ |
D | irnodes.ts.erb | 250 function isVReg(kind: OperandKind): boolean {
|
/ark/ts2abc/testTs/ |
D | test-case.patch | 983 class boolean { } 3409 +function f12(x: string | number | boolean) { 3416 + let t: boolean = x; 3420 +function f13(x: string | number | boolean) { 3428 + let t: boolean = x; 3478 + const isFoo: boolean = obj.kind === 'foo'; 3710 @@ -10,4 +10,4 @@ if (typeof config['works'] !== 'boolean') { 3711 if (typeof config.works !== 'boolean') { 3712 config['works'].prop = 'test'; // error, config['works']: boolean | { 'prop': string } 5019 -let union3: boolean | B = isA(union2) || union2; [all …]
|
/ark/runtime_core/libpandafile/templates/ |
D | bytecode_instruction-inl_gen.h.erb | 374 // NOLINTNEXTLINE(readability-simplify-boolean-expr)
|
/ark/js_runtime/ecmascript/ |
D | global_env_constants.h | 122 …V(JSTaggedValue, BooleanString, BOOLEAN_STRING_INDEX, boolean) …
|
/ark/js_runtime/ecmascript/compiler/ |
D | circuit_ir_specification.md | 378 * **ICMP**: returns a boolean (`I1`) value based on comparison of its two integer operands. Conditi… 403 * **FCMP**: returns a boolean (`I1`) value based on comparison of its two floating-point operands. …
|
/ark/js_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 638 JSHandle<JSTaggedValue> boolean(thread, JSTaggedValue(input)); in New() local 639 return JSNApiHelper::ToLocal<BooleanRef>(boolean); in New()
|
/ark/runtime_core/docs/ |
D | file_format.md | 313 …| Integral value of the field. This tag is used when the field has type `boolean`, `byte`, `char`,… 610 …nt32_t` | Value of the element. If the annotation element has type `boolean`, `byte`, `short`…
|