Home
last modified time | relevance | path

Searched defs:is_this (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/ast/
Dvariables.h88 bool is_this() const { return kind_ == THIS; } in is_this() function
Dast.h1741 bool is_this() const { return IsThisField::decode(bit_field_); } in is_this() function
/external/v8/src/parsing/
Dpreparser.cc656 bool is_this = peek() == Token::THIS; in ParseExpressionOrLabelledStatement() local
Dparser.cc2512 bool is_this = peek() == Token::THIS; in ParseExpressionOrLabelledStatement() local
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc4034 bool is_this = var->HasThisName(isolate()); in VisitUnaryOperation() local
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc3821 bool is_this = var->HasThisName(isolate()); in VisitUnaryOperation() local
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc4021 bool is_this = var->HasThisName(isolate()); in VisitUnaryOperation() local
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc4029 bool is_this = var->HasThisName(isolate()); in VisitUnaryOperation() local
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc4116 bool is_this = var->HasThisName(isolate()); in VisitUnaryOperation() local
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc4118 bool is_this = var->HasThisName(isolate()); in VisitUnaryOperation() local
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc4110 bool is_this = var->HasThisName(isolate()); in VisitUnaryOperation() local
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc4123 bool is_this = var->HasThisName(isolate()); in VisitUnaryOperation() local