Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 25 of 164) sorted by relevance

1234567

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_boolean_test.cpp65 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/
Dic_compareop_test.cpp79 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/
DastDump.h49 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);
DastDump.cpp156 void AstDumper::SerializeBoolean(bool boolean) in SerializeBoolean() argument
158 ss_ << (boolean ? "true" : "false"); in SerializeBoolean()
/arkcompiler/ets_runtime/test/aottest/typeof/
Dexpect_output.txt16 boolean
17 boolean
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-interface1-expected.txt1 SyntaxError: Interface name cannot be 'boolean' [test-interface1.ts:17:11]
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.cpp227 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()
Djson_builder.h69 void Stringify(bool boolean) in Stringify() argument
71 ss_ << (boolean ? "true" : "false"); in Stringify()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dcodegen_language_extensions.h.erb28 return true; // NOLINT(readability-simplify-boolean-expr)
41 return true; // NOLINT(readability-simplify-boolean-expr)
/arkcompiler/runtime_core/libpandabase/
DREADME.md10 - 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/
Dexpect_output.txt15 boolean
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dfunction_declaration_3-expected.txt115 TypeError: Type 'boolean' is not assignable to type 'string'. [function_declaration_3.ts:18:1]
Dfunction_declaration_5-expected.txt115 TypeError: Type 'boolean' is not assignable to type 'number'. [function_declaration_5.ts:18:1]
Dfunction_declaration_10-expected.txt115 TypeError: Type 'number' is not assignable to type 'boolean'. [function_declaration_10.ts:18:1]
Dfunction_declaration_8-expected.txt115 TypeError: Type 'boolean' is not assignable to type 'bigint'. [function_declaration_8.ts:18:1]
DtupleAssignability19-expected.txt159 TypeError: Type 'boolean' is not assignable to type 'number | string'. [tupleAssignability19.ts:17:…
Das_expression_2-expected.txt140 …ns can only be applied to references to enum members, or string, number, boolean, array, or object…
Darray_22-expected.txt170 TypeError: Type 'number' is not assignable to type 'boolean'. [array_22.ts:18:6]
DinterfacePropertyWithIncompatibleIndexInfo-expected.txt156 TypeError: Property 'a' of type 'string' is not assignable to string index type 'boolean'. [interfa…
Darray_24-expected.txt170 TypeError: Type 'bigint' is not assignable to type 'boolean'. [array_24.ts:18:6]
Darray_4-expected.txt170 TypeError: Type 'boolean' is not assignable to type 'string'. [array_4.ts:18:6]
Darray_9-expected.txt170 TypeError: Type 'boolean' is not assignable to type 'number'. [array_9.ts:18:8]
Darray_17-expected.txt170 TypeError: Type 'boolean' is not assignable to type 'bigint'. [array_17.ts:18:9]
Darray_18-expected.txt170 TypeError: Type 'boolean' is not assignable to type 'bigint'. [array_18.ts:18:6]
Darray_3-expected.txt170 TypeError: Type 'boolean' is not assignable to type 'string'. [array_3.ts:18:12]

1234567