v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::FoldedMutableHeapNumberAllocation Class Reference
Collaboration diagram for v8::internal::FoldedMutableHeapNumberAllocation:

Public Member Functions

 FoldedMutableHeapNumberAllocation (Isolate *isolate, int count)
 
Handle< ByteArrayraw_bytes () const
 

Private Attributes

Handle< ByteArrayraw_bytes_ = {}
 

Detailed Description

Definition at line 637 of file json-parser.cc.

Constructor & Destructor Documentation

◆ FoldedMutableHeapNumberAllocation()

v8::internal::FoldedMutableHeapNumberAllocation::FoldedMutableHeapNumberAllocation ( Isolate * isolate,
int count )
inline

Definition at line 643 of file json-parser.cc.

Member Function Documentation

◆ raw_bytes()

Handle< ByteArray > v8::internal::FoldedMutableHeapNumberAllocation::raw_bytes ( ) const
inline

Definition at line 649 of file json-parser.cc.

Member Data Documentation

◆ raw_bytes_

Handle<ByteArray> v8::internal::FoldedMutableHeapNumberAllocation::raw_bytes_ = {}
private

Definition at line 652 of file json-parser.cc.


The documentation for this class was generated from the following file: