Lines Matching defs:boolean
41 JSHandle<JSFunction> boolean(env->GetBooleanFunction());
44 auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), 6);
45 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue());
61 JSHandle<JSFunction> boolean(env->GetBooleanFunction());
64 auto ecmaRuntimeCallInfo = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*boolean), 6);
65 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue());
81 JSHandle<JSFunction> boolean(env->GetBooleanFunction());
86 ecmaRuntimeCallInfo->SetFunction(boolean.GetTaggedValue());
120 JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value);
124 ecmaRuntimeCallInfo->SetThis(boolean.GetTaggedValue());
156 JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value);
160 ecmaRuntimeCallInfo->SetThis(boolean.GetTaggedValue());