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

  /external/v8/src/
globals.h 977 inline bool IsArrowFunction(FunctionKind kind) {
1028 if (IsArrowFunction(kind)) return false;
contexts.h 556 if (IsArrowFunction(kind) || IsConciseMethod(kind) ||
  /external/v8/src/ast/
scopes.h 337 return is_function_scope() && IsArrowFunction(function_kind_);
    [all...]
scopes.cc 900 return IsArrowFunction(function_kind) ? "arrow" : "function";
    [all...]

Completed in 71 milliseconds