| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_boolean_test.cpp | 65 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 68 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 69 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 85 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 88 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 89 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 105 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 110 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 144 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local 148 ecmaRuntimeCallInfo->SetThis(boolean.GetTaggedValue()); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_compareop_test.cpp | 79 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 80 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 81 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 139 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 140 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 141 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 206 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 207 …auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), … in HWTEST_F_L0() 208 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue()); in HWTEST_F_L0() 272 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.h | 49 explicit Optional(bool boolean) : value_(boolean) {} in Optional() argument 78 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property() argument 191 void SerializeBoolean(bool boolean);
|
| D | astDump.cpp | 156 void AstDumper::SerializeBoolean(bool boolean) in SerializeBoolean() argument 158 ss_ << (boolean ? "true" : "false"); in SerializeBoolean()
|
| /arkcompiler/ets_runtime/test/aottest/typeof/ |
| D | expect_output.txt | 16 boolean 17 boolean
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-interface1-expected.txt | 1 SyntaxError: Interface name cannot be 'boolean' [test-interface1.ts:17:11]
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | json_parser.cpp | 227 BoolT boolean {false}; in GetBool() local 228 istream_ >> std::boolalpha >> boolean; in GetBool() 233 parsed_temp_.SetValue(boolean); in GetBool() 234 LOG_JSON(DEBUG) << "Got a boolean: " << std::boolalpha << boolean; in GetBool()
|
| D | json_builder.h | 69 void Stringify(bool boolean) in Stringify() argument 71 ss_ << (boolean ? "true" : "false"); in Stringify()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_language_extensions.h.erb | 28 return true; // NOLINT(readability-simplify-boolean-expr) 41 return true; // NOLINT(readability-simplify-boolean-expr)
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 10 - boolean 34 panda::PandArg<bool> pab("bool", false, "Sample boolean argument"); 36 …PandArgCompound arg("compound", "Sample boolean argument", {&sub_bool_arg, &sub_int_ar… 58 - `bool` for boolean argument 85 Compound argument is a boolean argument, which can contains sub-arguments, followed by symbol `:`, 137 - True values for boolean arguments: **true**, **on**, **1** 138 - False values for boolean arguments: **false**, **off**, **0** 161 In the tail arguments example, `false` is a boolean value, `-1` is integer value and `str1` and `st…
|
| /arkcompiler/ets_runtime/test/aottest/typedarray/ |
| D | expect_output.txt | 15 boolean
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | function_declaration_3-expected.txt | 115 TypeError: Type 'boolean' is not assignable to type 'string'. [function_declaration_3.ts:18:1]
|
| D | function_declaration_5-expected.txt | 115 TypeError: Type 'boolean' is not assignable to type 'number'. [function_declaration_5.ts:18:1]
|
| D | function_declaration_10-expected.txt | 115 TypeError: Type 'number' is not assignable to type 'boolean'. [function_declaration_10.ts:18:1]
|
| D | function_declaration_8-expected.txt | 115 TypeError: Type 'boolean' is not assignable to type 'bigint'. [function_declaration_8.ts:18:1]
|
| D | tupleAssignability19-expected.txt | 159 TypeError: Type 'boolean' is not assignable to type 'number | string'. [tupleAssignability19.ts:17:…
|
| D | as_expression_2-expected.txt | 140 …ns can only be applied to references to enum members, or string, number, boolean, array, or object…
|
| D | array_22-expected.txt | 170 TypeError: Type 'number' is not assignable to type 'boolean'. [array_22.ts:18:6]
|
| D | interfacePropertyWithIncompatibleIndexInfo-expected.txt | 156 TypeError: Property 'a' of type 'string' is not assignable to string index type 'boolean'. [interfa…
|
| D | array_24-expected.txt | 170 TypeError: Type 'bigint' is not assignable to type 'boolean'. [array_24.ts:18:6]
|
| D | array_4-expected.txt | 170 TypeError: Type 'boolean' is not assignable to type 'string'. [array_4.ts:18:6]
|
| D | array_9-expected.txt | 170 TypeError: Type 'boolean' is not assignable to type 'number'. [array_9.ts:18:8]
|
| D | array_17-expected.txt | 170 TypeError: Type 'boolean' is not assignable to type 'bigint'. [array_17.ts:18:9]
|
| D | array_18-expected.txt | 170 TypeError: Type 'boolean' is not assignable to type 'bigint'. [array_18.ts:18:6]
|
| D | array_3-expected.txt | 170 TypeError: Type 'boolean' is not assignable to type 'string'. [array_3.ts:18:12]
|