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.cpp118 JSHandle<JSFunction> booleanObject(env->GetBooleanFunction()); in HWTEST_F_L0() local
120 …PrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value); in HWTEST_F_L0()
154 JSHandle<JSFunction> booleanObject(env->GetBooleanFunction()); in HWTEST_F_L0() local
156 …PrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value); in HWTEST_F_L0()
Dbuiltins_object_test.cpp903 JSHandle<JSFunction> booleanObject(env->GetBooleanFunction()); in HWTEST_F_L0() local
904 …PrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value); in HWTEST_F_L0()