Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_boolean_test.cpp142 JSHandle<JSFunction> booleanObject(env->GetBooleanFunction()); in HWTEST_F_L0() local
144 …PrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value); in HWTEST_F_L0()
178 JSHandle<JSFunction> booleanObject(env->GetBooleanFunction()); in HWTEST_F_L0() local
180 …PrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value); in HWTEST_F_L0()
Dbuiltins_object_test.cpp930 JSHandle<JSFunction> booleanObject(env->GetBooleanFunction()); in HWTEST_F_L0() local
931 …PrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value); in HWTEST_F_L0()