Searched defs:booleanObj (Results 1 – 2 of 2) sorted by relevance
85 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local145 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local212 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local278 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local347 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local417 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
364 JSHandle<JSTaggedValue> booleanObj(thread, JSTaggedValue(obj->ToBoolean())); in ToBoolean() local