Home
last modified time | relevance | path

Searched defs:BigInt (Results 1 – 7 of 7) 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.h156 class BigInt; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h298 JSCONVERT_WRAP(BigInt) in JSCONVERT_WRAP() argument
326 JSCONVERT_UNWRAP(BigInt) in JSCONVERT_UNWRAP() argument
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D3_types.rst2376 .. _Default Values for Types:
/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