![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <runtime-call-descriptors.h>
Public Types | |
| using | arguments_t = std::tuple<V<BigInt>, V<Smi>> |
| using | result_t = V<BigInt> |
Static Public Attributes | |
| static constexpr auto | kFunction = Runtime::kBigIntUnaryOp |
| static constexpr bool | kNeedsFrameState = false |
| static constexpr Operator::Properties | kProperties |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::compiler::turboshaft::RuntimeCallDescriptor::Descriptor< BigIntUnaryOp > | |
| static const TSCallDescriptor * | Create (Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw) |
Definition at line 96 of file runtime-call-descriptors.h.
| using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::BigIntUnaryOp::arguments_t = std::tuple<V<BigInt>, V<Smi>> |
Definition at line 98 of file runtime-call-descriptors.h.
| using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::BigIntUnaryOp::result_t = V<BigInt> |
Definition at line 99 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 97 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 101 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 102 of file runtime-call-descriptors.h.