Home
last modified time | relevance | path

Searched defs:Number (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-function-with-type-assertion.ts20 var func2 = <(arg0: Number) => Number>function(a: Number) { return a }; variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DnumberLiteral.h42 T Number() const in Number() function
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; enumerator
Ddate_parse.h254 static DateUnit Number(int value, int len) in Number() function
/arkcompiler/runtime_core/verification/type/
Dtype_type.cpp159 TypeNum Type::Number() const in Number() function in panda::verifier::Type
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts56 Number, enumerator
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp118 using Number = builtins::BuiltinsNumber; typedef
/arkcompiler/toolchain/tooling/base/
Dpt_types.h234 static const std::string Number; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp27 const std::string ObjectType::Number = "number"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp118 using Number = builtins::BuiltinsNumber; typedef