Home
last modified time | relevance | path

Searched defs:IsNaN (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h125 static bool IsNaN(JSTaggedValue number) function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_matchers.h246 bool IsNaN() const in IsNaN() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp113 JSTaggedValue BuiltinsNumber::IsNaN(EcmaRuntimeCallInfo *argv) in IsNaN() function in panda::ecmascript::builtins::BuiltinsNumber
Dbuiltins_global.cpp98 JSTaggedValue BuiltinsGlobal::IsNaN(EcmaRuntimeCallInfo *msg) in IsNaN() function in panda::ecmascript::builtins::BuiltinsGlobal
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp125 void BuiltinsNumberStubBuilder::IsNaN(Variable *result, Label *exit, Label *slowPath) in IsNaN() function in panda::ecmascript::kungfu::BuiltinsNumberStubBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_test.cpp180 HWTEST_F_L0(BuiltinsNumberTest, IsNaN) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp32 HWTEST_F_L0(NumberHelperTest, IsNaN) in HWTEST_F_L0() argument