Home
last modified time | relevance | path

Searched defs:Number (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arrayfrom/
H A Darrayfrom.js168 Number.prototype.__proto__ = { global() class
/arkcompiler/ets_runtime/test/moduletest/arrayfill/
H A Darrayfill.js27 let rawProto = Number.prototype.__proto__; class
/arkcompiler/ets_runtime/test/moduletest/typedarrayjoin/
H A Dtypedarrayjoin.js49 Number.prototype.toString = detachBuffer; global() class
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dremote_object.h54 static RemoteObject Number(int32_t number) in Number() function in ark::tooling::inspector::RemoteObject
60 static RemoteObject Number(T number) in Number() function in ark::tooling::inspector::RemoteObject
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
H A DnumberLiteral.h40 [[nodiscard]] lexer::Number &Number() in Number() function in ark::es2panda::ir::NumberLiteral
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DnumberLiteral.h42 T Number() const in Number() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::NumberLiteral
/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.h24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; member in panda::ecmascript::ContentType
H A Ddate_parse.h260 static DateUnit Number(int value, int len) in Number() function in panda::ecmascript::DateParse::DateUnit
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dnumber.h63 class Number { class
[all...]
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dtoken.h94 double Number() const in Number() function in panda::es2panda::lexer::Token
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_number.h25 class Number { class
33 explicit Number(ElementType data) : val(data) {} in Number() function in maple::utils::Number
36 explicit Number(U data) : val(static_cast<T>(data)) in Number() function in maple::utils::Number
40 Number(const Number &num) : val(num.val) {} in Number() function in maple::utils::Number
163 operator ==(const Number<T, Tag> &lhs, const Number<T, Tag> &rhs) operator ==() argument
169 operator !=(const Number<T, Tag> &lhs, const Number<T, Tag> &rhs) operator !=() argument
175 operator <(const Number<T, Tag> &lhs, const Number<T, Tag> &rhs) operator <() argument
181 operator <=(const Number<T, Tag> &lhs, const Number<T, Tag> &rhs) operator <=() argument
187 operator >(const Number<T, Tag> &lhs, const Number<T, Tag> &rhs) operator >() argument
193 operator >=(const Number<T, Tag> &lhs, const Number<T, Tag> &rhs) operator >=() argument
199 operator +(const Number<T, Tag> &lhs, const Number<T, Tag> &rhs) operator +() argument
205 operator -(const Number<T, Tag> &lhs, const Number<T, Tag> &rhs) operator -() argument
212 operator ==(const Number<T, Tag> &lhs, const U &rhs) operator ==() argument
219 operator ==(const U &lhs, const Number<T, Tag> &rhs) operator ==() argument
226 operator !=(const Number<T, Tag> &lhs, const U &rhs) operator !=() argument
233 operator !=(const U &lhs, const Number<T, Tag> &rhs) operator !=() argument
240 operator <(const Number<T, Tag> &lhs, const U &rhs) operator <() argument
247 operator <(const U &lhs, const Number<T, Tag> &rhs) operator <() argument
254 operator <=(const Number<T, Tag> &lhs, const U &rhs) operator <=() argument
261 operator <=(const U &lhs, const Number<T, Tag> &rhs) operator <=() argument
268 operator >(const Number<T, Tag> &lhs, const U &rhs) operator >() argument
275 operator >(const U &lhs, const Number<T, Tag> &rhs) operator >() argument
282 operator >=(const Number<T, Tag> &lhs, const U &rhs) operator >=() argument
289 operator >=(const U &lhs, const Number<T, Tag> &rhs) operator >=() argument
295 operator +(const Number<T, Tag> &lhs, const U &rhs) operator +() argument
301 operator +(const U &lhs, const Number<T, Tag> &rhs) operator +() argument
307 operator -(const Number<T, Tag> &lhs, const U &rhs) operator -() argument
313 operator -(const U &lhs, const Number<T, Tag> &rhs) operator -() argument
319 operator <<(OS &os, const Number<T, Tag> &num) operator <<() argument
[all...]
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp30 const std::string ObjectType::Number = "number"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType
H A Dpt_types.h406 static const std::string Number; // NOLINT (readability-identifier-naming) member

Completed in 13 milliseconds