Home
last modified time | relevance | path

Searched defs:BigInt (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; enumerator
Dobject_factory.h150 class BigInt; variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp27 using BigInt = ecmascript::BigInt; typedef
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts60 BigInt, enumerator