Home
last modified time | relevance | path

Searched refs:booleanObj (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_compareop_test.cpp85 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
86 JSHandle<JSTaggedValue> booleanObjHandle(thread, booleanObj); in HWTEST_F_L0()
145 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
146 JSHandle<JSTaggedValue> booleanObjHandle(thread, booleanObj); in HWTEST_F_L0()
212 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
213 JSHandle<JSTaggedValue> booleanObjHandle(thread, booleanObj); in HWTEST_F_L0()
278 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
279 JSHandle<JSTaggedValue> booleanObjHandle(thread, booleanObj); in HWTEST_F_L0()
347 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
348 JSHandle<JSTaggedValue> booleanObjHandle(thread, booleanObj); in HWTEST_F_L0()
417 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp370 JSHandle<JSTaggedValue> booleanObj(thread, JSTaggedValue(obj->ToBoolean())); in ToBoolean()
371 return JSNApiHelper::ToLocal<BooleanRef>(booleanObj); in ToBoolean()

Completed in 16 milliseconds