| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsIntN/ |
| D | builtinBigIntAsIntN.ts | 106 const max32 = 2n ** (32n - 1n) - 1n; // INT32_MAX = 2147483647 constant 107 const max32_possible_value = 2n ** 32n - 1n; // 11...11b constant 108 const max64 = 2n ** (64n - 1n) - 1n; // INT64_MAX = 9223372036854775807 constant 109 const max64_possible_value = 2n ** 64n - 1n; // 11...11b constant
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsUintN/ |
| D | builtinBigIntAsUintN.ts | 106 const max32 = 2n ** 32n - 1n; // UINT32_MAX = 4294967295 constant 107 const max64 = 2n ** 64n - 1n; // UINT64_MAX = 18446744073709551615 constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | debug_info_util.cpp | 25 const char *GetDwTagName(unsigned n) in GetDwTagName() 44 const char *GetDwFormName(unsigned n) in GetDwFormName() 59 const char *GetDwAtName(unsigned n) in GetDwAtName() 74 const char *GetDwOpName(unsigned n) in GetDwOpName() 90 const char *GetDwAteName(unsigned n) in GetDwAteName()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | src_position.h | 56 void SetFileNum(uint16 n) in SetFileNum() 61 void SetColumn(uint16 n) in SetColumn() 66 void SetLineNum(uint32 n) in SetLineNum() 71 void SetRawData(uint32 n) in SetRawData() 76 void SetMplLineNum(uint32 n) in SetMplLineNum() 81 void CondSetLineNum(uint32 n) in CondSetLineNum() 86 void CondSetFileNum(uint16 n) in CondSetFileNum()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_base64.h | 27 static std::size_t constexpr DecodedSize(std::size_t n) in DecodedSize() 32 static std::size_t constexpr EncodedSize(std::size_t n) in EncodedSize()
|
| /arkcompiler/ets_runtime/test/aottest/typeof/ |
| D | typeof.ts | 39 let n:any = null; variable 48 let bigInt = 9007199254740991n; variable
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | field_data_accessor-inl.h | 224 size_t n = 0; in GetAnnotationsNumber() local 231 size_t n = 0; in GetRuntimeAnnotationsNumber() local 238 size_t n = 0; in GetRuntimeTypeAnnotationsNumber() local 245 size_t n = 0; in GetTypeAnnotationsNumber() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | field_data_accessor-inl.h | 222 size_t n = 0; in GetAnnotationsNumber() local 229 size_t n = 0; in GetRuntimeAnnotationsNumber() local 236 size_t n = 0; in GetRuntimeTypeAnnotationsNumber() local 243 size_t n = 0; in GetTypeAnnotationsNumber() local
|
| D | file_writer.h | 50 size_t n = RoundUp(offset, alignment) - offset; in Align() local 80 size_t n = leb128::UnsignedEncodingSize(v); in WriteUleb128() local 89 size_t n = leb128::SignedEncodingSize(v); in WriteSleb128() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | file.h | 40 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() 49 bool ReadAll(void *buf, size_t n) const in ReadAll() 59 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() 68 bool WriteAll(const void *buf, size_t n) const in WriteAll()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | date_parse.h | 27 static bool IsBetween(int n, int lower, int hign) in IsBetween() 404 static bool MinuteIsValid(int n) in MinuteIsValid() 410 static bool SecondIsValid(int n) in SecondIsValid() 416 static bool HourIsValid(int n) in HourIsValid() 422 static bool MilliSecondIsValid(int n) in MilliSecondIsValid() 457 bool IsValid(int n) const in IsValid() 463 bool IsValidSecond(int n) const in IsValidSecond() 497 static bool MonthIsValid(int n) in MonthIsValid() 502 static bool DayIsValid(int n) in DayIsValid()
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | file.h | 44 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() 53 bool ReadAll(void *buf, size_t n) const in ReadAll() 63 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() 72 bool WriteAll(const void *buf, size_t n) const in WriteAll()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | file.h | 48 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() 57 bool ReadAll(void *buf, size_t n) const in ReadAll() 67 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() 76 bool WriteAll(const void *buf, size_t n) const in WriteAll()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | file.h | 51 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() 60 bool ReadAll(void *buf, size_t n) const in ReadAll() 70 Expected<size_t, Error> Write(const void *buf, size_t n) const in Write() 79 bool WriteAll(const void *buf, size_t n) const in WriteAll()
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/ |
| D | none_define.ts | 22 let n: null = null; variable
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …node_modules/buffer-from/index.js":e=>{var t=Object.prototype.toString,r="undefined"!=typeof Buffe… argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | array_test.cpp | 52 static size_t GetArrayObjectSize(ark::Class *klass, size_t n) in GetArrayObjectSize() 57 static void TestArrayObjectSize(ClassRoot classRoot, uint32_t n) in TestArrayObjectSize()
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
| D | test-builtin-generic-class-type.ts | 18 let n: Array<number> = [1,2]; variable
|
| /arkcompiler/ets_runtime/test/aottest/pgo_store_deopt/ |
| D | pgo_store_deopt.js | 16 function foo(str, n) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/parser/unicode/ |
| D | syntax-error-in-non-utf8-file.js | 16 b = {n:"�o"}; property
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | objectDestructuring26.ts | 17 … = { er: 5 }] = ["foo", true] } = { z: 5, b: [2, "foo"] } } = { a: { k: 2, b: [true, 2n] }, k: 5 }; variable
|
| D | objectDestructuring27.ts | 18 var { a: { b: [c = 2, d] = ["foo", true] } = { b: [2, "foo"] } } = { a: { k: 2, b: [true, 2n] }, t:… variable
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/ts/ |
| D | VoidBench.ts | 21 n: number = 500; property in VoidBench
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectDestructuring26.ts | 17 … = { er: 5 }] = ["foo", true] } = { z: 5, b: [2, "foo"] } } = { a: { k: 2, b: [true, 2n] }, k: 5 }; variable
|
| D | objectDestructuring27.ts | 18 var { a: { b: [c = 2, d] = ["foo", true] } = { b: [2, "foo"] } } = { a: { k: 2, b: [true, 2n] }, t:… variable
|