Home
last modified time | relevance | path

Searched refs:bigints (Results 1 - 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtemplateLiteralTypesPatterns.js76 declare function bigints(x: `${bigint}`): void;
78 bigints("1");
79 bigints("-1");
80 bigints("0");
81 bigints("0b1");
82 bigints("0x1");
83 bigints("0o1");
85 // bigints do not allow scientific notation in their parsing/scanning, so these are all errors
86 bigints("1e21");
87 bigints("
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc74 std::set<const char*> bigints; in CheckAllElementsAreUnique() local
90 duplicate = !bigints.insert(entry.bigint_.c_str()).second; in CheckAllElementsAreUnique()

Completed in 1 milliseconds