Home
last modified time | relevance | path

Searched refs:testBoolean (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DJsonTest.sts33 function testBoolean(): int {
414 failures += testBoolean()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dfrontend_test_intrins.sts65 function testBoolean(): boolean {
Dtest_intrins.sts129 function testBoolean(): boolean {
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp1168 JSHandle<JSTaggedValue> testBoolean = JSHandle<JSTaggedValue>(thread, JSTaggedValue::True()); in HWTEST_F_L0() local
1171 …JSTaggedValue::Equal(thread, JSHandle<JSTaggedValue>(thread, array.GetTaggedValue()), testBoolean); in HWTEST_F_L0()