![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <js-operator.h>
Public Member Functions | |
CreateClosureParameters (SharedFunctionInfoRef shared_info, CodeRef code, AllocationType allocation) | |
SharedFunctionInfoRef | shared_info () const |
CodeRef | code () const |
AllocationType | allocation () const |
Private Attributes | |
const SharedFunctionInfoRef | shared_info_ |
const CodeRef | code_ |
AllocationType const | allocation_ |
Friends | |
bool | operator== (CreateClosureParameters const &lhs, CreateClosureParameters const &rhs) |
bool | operator!= (CreateClosureParameters const &lhs, CreateClosureParameters const &rhs) |
size_t | hash_value (CreateClosureParameters const &p) |
std::ostream & | operator<< (std::ostream &os, CreateClosureParameters const &p) |
Definition at line 676 of file js-operator.h.
|
inline |
Definition at line 678 of file js-operator.h.
|
inline |
Definition at line 684 of file js-operator.h.
|
inline |
|
inline |
|
friend |
Definition at line 560 of file js-operator.cc.
|
friend |
Definition at line 554 of file js-operator.cc.
|
friend |
Definition at line 566 of file js-operator.cc.
|
friend |
Definition at line 545 of file js-operator.cc.
|
private |
Definition at line 689 of file js-operator.h.
|
private |
Definition at line 688 of file js-operator.h.
|
private |
Definition at line 687 of file js-operator.h.