V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
BailoutId (int id) | |
int | ToInt () const |
bool | IsValidForConstructStub () const |
bool | IsNone () const |
bool | operator== (const BailoutId &other) const |
bool | operator!= (const BailoutId &other) const |
Static Public Member Functions | |
static BailoutId | None () |
static BailoutId | ScriptContext () |
static BailoutId | FunctionContext () |
static BailoutId | FunctionEntry () |
static BailoutId | Declarations () |
static BailoutId | FirstUsable () |
static BailoutId | StubEntry () |
static BailoutId | ConstructStubCreate () |
static BailoutId | ConstructStubInvoke () |
Friends | |
class | Builtins |
size_t | hash_value (BailoutId) |
V8_EXPORT_PRIVATE friend std::ostream & | operator<< (std::ostream &, BailoutId) |