V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
FrameStateFunctionInfo (FrameStateType type, int parameter_count, int local_count, Handle< SharedFunctionInfo > shared_info) | |
int | local_count () const |
int | parameter_count () const |
Handle< SharedFunctionInfo > | shared_info () const |
FrameStateType | type () const |
Static Public Member Functions | |
static bool | IsJSFunctionType (FrameStateType type) |
Definition at line 75 of file frame-states.h.