![]() |
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<String>, V<Number>> |
| using | result_t = V<Smi> |
Static Public Attributes | |
| static constexpr auto | kFunction = Runtime::kStringCharCodeAt |
| 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< StringCharCodeAt > | |
| static const TSCallDescriptor * | Create (Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw) |
Definition at line 174 of file runtime-call-descriptors.h.
| using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::StringCharCodeAt::arguments_t = std::tuple<V<String>, V<Number>> |
Definition at line 176 of file runtime-call-descriptors.h.
| using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::StringCharCodeAt::result_t = V<Smi> |
Definition at line 177 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 175 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 179 of file runtime-call-descriptors.h.
|
staticconstexpr |
Definition at line 180 of file runtime-call-descriptors.h.