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

  /external/v8/src/ast/
ast.cc 139 return represented_function_ != nullptr &&
140 represented_function_->raw_name()->length() == 0;
    [all...]
ast.h 481 FunctionLiteral* represented_function() { return represented_function_; }
483 represented_function_ = f;
497 represented_function_(nullptr) {
506 FunctionLiteral* represented_function_; member in class:v8::internal::final
    [all...]

Completed in 48 milliseconds