V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Classes | |
class | State |
Public Member Functions | |
FuncNameInferrer (AstValueFactory *ast_value_factory) | |
bool | IsOpen () const |
void | PushEnclosingName (const AstRawString *name) |
void | PushLiteralName (const AstRawString *name) |
void | PushVariableName (const AstRawString *name) |
void | AddFunction (FunctionLiteral *func_to_infer) |
void | RemoveLastFunction () |
void | RemoveAsyncKeywordFromEnd () |
void | Infer () |
Definition at line 38 of file func-name-inferrer.h.