Home
last modified time | relevance | path

Searched refs:isInteger (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/expression/
DnumericLiteral.ts26 export function isInteger(value: number): Boolean { function
47 } else if (isInteger(value)) {
DarrayLiteralExpression.ts22 import { isInteger } from "./numericLiteral";
144 if (isInteger(value)) {
DmemberAccessExpression.ts102 if ((num >= 0) && (num < MAX_LENGTH) && (Number.isInteger(num))) {
DobjectLiteralExpression.ts21 import { isInteger } from "./numericLiteral";
127 if (isInteger(value)) {
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts120 import { isInteger } from "./expression/numericLiteral";
606 if (isInteger(prop)) {
631 if (isInteger(prop)) {
658 if (isInteger(prop)) {
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts417 static isInteger(num: any): boolean;
/arkcompiler/ets_frontend/test262/
DCI_tests.txt2573 built-ins/Number/isInteger/infinity.js
2576 built-ins/Number/isInteger/non-integers.js
2577 built-ins/Number/isInteger/nan.js
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10378 …f ("number" == typeof r) e = r; else if ("string" == typeof r && Number.isInteger(parseFloat(n))) …
10390 Number.isInteger(s) && e.push({
10422 …f ("number" == typeof r) e = r; else if ("string" == typeof r && Number.isInteger(parseFloat(n))) …
10444 Number.isInteger(s) && e.push({
26793 …"number" == typeof s ? Number.isInteger(s) ? am(this.setPropertyInt32Array, this, t, e, i) : am(th…
26794 …} else "number" == typeof e ? Number.isInteger(e) ? am(this.setPropertyInt32, this, t, e, i) : am(…
31750 Number.isInteger(e) && e < t.length && (t[i] = n.value);
43066 ne(Number.isInteger(t));
49067 Number.isInteger(i) && (t.y += i);
49071 Number.isInteger(i) && (t.x += i);
[all …]