Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/typedarrayjoin/
Dtypedarrayjoin.js51 BigInt.prototype.toString = detachBuffer; class
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; enumerator
Dobject_factory.h162 class BigInt; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h188 JSCONVERT_WRAP(BigInt) in JSCONVERT_WRAP() argument
212 JSCONVERT_UNWRAP(BigInt) in JSCONVERT_UNWRAP() argument
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst3142 BigInt section in Classes
3164 | Constructs new BigInt argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp27 using BigInt = ecmascript::BigInt; typedef