HomeSort by relevance Sort by last modified time
    Searched defs:FuncNameInferrer (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
func-name-inferrer.cc 15 FuncNameInferrer::FuncNameInferrer(AstValueFactory* ast_value_factory,
25 void FuncNameInferrer::PushEnclosingName(const AstRawString* name) {
35 void FuncNameInferrer::PushLiteralName(const AstRawString* name) {
42 void FuncNameInferrer::PushVariableName(const AstRawString* name) {
49 const AstString* FuncNameInferrer::MakeNameFromStack() {
53 const AstString* FuncNameInferrer::MakeNameFromStackHelper(
76 void FuncNameInferrer::InferFunctionsNames() {
func-name-inferrer.h 19 // FuncNameInferrer is a stateful class that is used to perform name
29 class FuncNameInferrer : public ZoneObject {
31 FuncNameInferrer(AstValueFactory* ast_value_factory, Zone* zone);
108 DISALLOW_COPY_AND_ASSIGN(FuncNameInferrer);

Completed in 5674 milliseconds