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

  /external/v8/src/parsing/
preparser.cc 122 if (!IsArrowFunction(kind)) {
168 if (!IsArrowFunction(kind) && track_unresolved_variables_) {
187 if (!IsArrowFunction(kind)) {
parser.cc 855 if (IsArrowFunction(kind)) {
    [all...]
parser-base.h 693 if (!IsArrowFunction(kind)) {
    [all...]
  /external/v8/src/
globals.h     [all...]
contexts.h     [all...]
objects.cc     [all...]
  /external/v8/src/ast/
scopes.h 633 return is_function_scope() && IsArrowFunction(function_kind_);
    [all...]
scopes.cc     [all...]

Completed in 695 milliseconds