Home
last modified time | relevance | path

Searched refs:inputBool (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluereftobooleanvalue_fuzzer/
H A Djsvaluereftobooleanvalue_fuzzer.cpp34 bool inputBool = size % 2 ? true : false; // 2:Cannot divide by 2 as true, otherwise it is false in JSValueRefToBooleanValueFuzzTest() local
35 Local<BooleanRef> resBool = BooleanRef::New(vm, inputBool); in JSValueRefToBooleanValueFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
H A Djsvaluereffoundationvalue_fuzzer.cpp51 bool inputBool = true; in JSValueRefIsNumberValueFuzzTest() local
53 inputBool = false; in JSValueRefIsNumberValueFuzzTest()
55 Local<BooleanRef> resBool = BooleanRef::New(vm, inputBool); in JSValueRefIsNumberValueFuzzTest()
257 bool inputBool = true; in JSValueRefToStringValueFuzzTest() local
259 inputBool = false; in JSValueRefToStringValueFuzzTest()
261 Local<BooleanRef> resBool = BooleanRef::New(vm, inputBool); in JSValueRefToStringValueFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp6493 bool inputBool = true; in HWTEST_F_L0() local
6498 Local<BooleanRef> resBool = BooleanRef::New(vm_, inputBool); in HWTEST_F_L0()
6545 bool inputBool = true; in HWTEST_F_L0() local
6550 Local<BooleanRef> resBool = BooleanRef::New(vm_, inputBool); in HWTEST_F_L0()
6597 bool inputBool = true; in HWTEST_F_L0() local
6602 Local<BooleanRef> resBool = BooleanRef::New(vm_, inputBool); in HWTEST_F_L0()
6649 bool inputBool = true; in HWTEST_F_L0() local
6654 Local<BooleanRef> resBool = BooleanRef::New(vm_, inputBool); in HWTEST_F_L0()
6695 bool inputBool = true; in HWTEST_F_L0() local
6700 Local<BooleanRef> resBool = BooleanRef::New(vm_, inputBool); in HWTEST_F_L0()
6741 bool inputBool = true; HWTEST_F_L0() local
6788 bool inputBool = false; HWTEST_F_L0() local
6834 bool inputBool = true; HWTEST_F_L0() local
6921 bool inputBool = true; HWTEST_F_L0() local
[all...]
H A Djsnapi_sample.cpp1731 bool inputBool = true; // bool data = true in HWTEST_F_L0() local
1733 Local<BooleanRef> boolValue = BooleanRef::New(vm_, inputBool); in HWTEST_F_L0()

Completed in 19 milliseconds