Home
last modified time | relevance | path

Searched refs:BuiltinsBoolean (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_boolean.cpp21 JSTaggedValue BuiltinsBoolean::BooleanConstructor(EcmaRuntimeCallInfo *argv) in BooleanConstructor()
49 JSTaggedValue BuiltinsBoolean::ThisBooleanValue(JSThread *thread, JSTaggedValue value) in ThisBooleanValue()
71 JSTaggedValue BuiltinsBoolean::BooleanPrototypeToString(EcmaRuntimeCallInfo *argv) in BooleanPrototypeToString()
78 JSTaggedValue thisValueToBoolean = BuiltinsBoolean::ThisBooleanValue(thread, GetThis(argv).GetTaggedValue()); in BooleanPrototypeToString()
87 JSTaggedValue BuiltinsBoolean::BooleanPrototypeValueOf(EcmaRuntimeCallInfo *argv) in BooleanPrototypeValueOf()
93 return BuiltinsBoolean::ThisBooleanValue(thread, GetThis(argv).GetTaggedValue()); in BooleanPrototypeValueOf()
H A Dbuiltins_boolean.h23 class BuiltinsBoolean : public base::BuiltinsBase { class
H A Dbuiltins.cpp116 using Boolean = builtins::BuiltinsBoolean;
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_boolean_test.cpp50 JSTaggedValue result = BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
70 JSTaggedValue result = BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
91 JSTaggedValue result = BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
105 JSTaggedValue result = BuiltinsBoolean::BooleanPrototypeToString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
127 JSTaggedValue result = BuiltinsBoolean::BooleanPrototypeToString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
142 JSTaggedValue result = BuiltinsBoolean::BooleanPrototypeValueOf(ecmaRuntimeCallInfo); in HWTEST_F_L0()
163 JSTaggedValue result = BuiltinsBoolean::BooleanPrototypeValueOf(ecmaRuntimeCallInfo); in HWTEST_F_L0()
H A Dbuiltins_function_test.cpp378 JSTaggedValue result = BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
H A Dbuiltins_shared_function_test.cpp334 JSTaggedValue result = BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_compareop_test.cpp85 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
145 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
212 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
278 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
347 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
417 JSTaggedValue booleanObj = builtins::BuiltinsBoolean::BooleanConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp96 using Boolean = builtins::BuiltinsBoolean;

Completed in 13 milliseconds