![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
RuntimeArgumentsWithoutHandles (int length, Address *arguments) | |
![]() | |
Arguments (int length, Address *arguments) | |
V8_INLINE Tagged< Object > | operator[] (int index) const |
template<class S = Object> | |
V8_INLINE Handle< S > | at (int index) const |
V8_INLINE FullObjectSlot | slot_from_address_at (int index, int offset) const |
V8_INLINE int | smi_value_at (int index) const |
V8_INLINE uint32_t | positive_smi_value_at (int index) const |
V8_INLINE int | tagged_index_value_at (int index) const |
V8_INLINE double | number_value_at (int index) const |
V8_INLINE Handle< Object > | atOrUndefined (Isolate *isolate, int index) const |
V8_INLINE Address * | address_of_arg_at (int index) const |
V8_INLINE int | length () const |
template<class S > | |
Handle< S > | at (int index) const |
Private Member Functions | |
template<class S = Object> | |
V8_INLINE DirectHandle< S > | at (int index) const |
Definition at line 43 of file runtime-wasm.cc.
|
inline |
Definition at line 45 of file runtime-wasm.cc.
|
private |