Home
last modified time | relevance | path

Searched defs:IsInteger (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dprim_types.h33 bool IsInteger() const in IsInteger() function
Dcfg_primitive_types.h51 bool IsInteger() const in IsInteger() function
/arkcompiler/ets_runtime/common_components/objects/string_table/
Dinteger_cache.h59 bool IsInteger() const in IsInteger() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DnumberLiteral.cpp31 bool NumberLiteral::IsInteger() const in IsInteger() function in panda::es2panda::ir::NumberLiteral
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Float.cpp55 static inline bool IsInteger(float v) in IsInteger() function
Dstd_core_Double.cpp282 static inline bool IsInteger(double v) in IsInteger() function
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string_declare.h109 inline bool IsInteger(ReadBarrier &&readBarrier) in IsInteger() function
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h204 bool Helpers::IsInteger(double number) in IsInteger() function
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h246 bool Helpers::IsInteger(double number) in IsInteger() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_matchers.h270 bool IsInteger() const in IsInteger() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp152 void BuiltinsNumberStubBuilder::IsInteger(Variable *result, Label *exit, Label *slowPath) in IsInteger() function in panda::ecmascript::kungfu::BuiltinsNumberStubBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp91 JSTaggedValue BuiltinsNumber::IsInteger(EcmaRuntimeCallInfo *argv) in IsInteger() function in panda::ecmascript::builtins::BuiltinsNumber
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_test.cpp166 HWTEST_F_L0(BuiltinsNumberTest, IsInteger) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h140 inline bool IsInteger(const JSThread* thread) in IsInteger() function
Djs_tagged_value.cpp359 bool JSTaggedValue::IsInteger() const in IsInteger() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp955 HWTEST_F_L0(JSTaggedValueTest, IsInteger) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp449 static inline bool IsInteger(DataType::Type type) in IsInteger() function