Home
last modified time | relevance | path

Searched refs:booleanCtor (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_shared_function_test.cpp326 JSHandle<JSFunction> booleanCtor(env->GetBooleanFunction()); in HWTEST_F_L0() local
328 …maRuntimeCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*booleanCtor), 6); in HWTEST_F_L0()
329 ecmaRuntimeCallInfo1->SetFunction(booleanCtor.GetTaggedValue()); in HWTEST_F_L0()
341 ecmaRuntimeCallInfo2->SetThis(booleanCtor.GetTaggedValue()); in HWTEST_F_L0()
Dbuiltins_function_test.cpp370 JSHandle<JSFunction> booleanCtor(env->GetBooleanFunction()); in HWTEST_F_L0() local
372 …maRuntimeCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*booleanCtor), 6); in HWTEST_F_L0()
373 ecmaRuntimeCallInfo1->SetFunction(booleanCtor.GetTaggedValue()); in HWTEST_F_L0()
385 ecmaRuntimeCallInfo2->SetThis(booleanCtor.GetTaggedValue()); in HWTEST_F_L0()