Lines Matching defs:kind

623   ExpressionResultScope(BytecodeGenerator* generator, Expression::Context kind)
626 kind_(kind),
1420 if (IsResumableFunction(literal->kind())) {
1479 if (IsResumableFunction(info()->literal()->kind())) {
2589 switch (property->kind()) {
2679 if (property->kind() == ClassLiteral::Property::FIELD) {
2691 if (property->kind() == ClassLiteral::Property::FIELD) {
2822 property->kind() == ClassLiteral::Property::FIELD);
2832 DCHECK_EQ(property->kind(), ClassLiteral::Property::FIELD);
2877 switch (element->kind()) {
3065 expr->properties()->first()->kind() == ObjectLiteral::Property::SPREAD;
3100 switch (property->kind()) {
3214 switch (property->kind()) {
3278 property->kind() == ObjectLiteral::Property::GETTER
3657 if (IsAsyncGeneratorFunction(info()->literal()->kind())) {
3666 DCHECK(IsAsyncFunction(info()->literal()->kind()) ||
3667 IsAsyncModule(info()->literal()->kind()));
4352 pattern->properties()->at(0)->kind() != ObjectLiteralProperty::SPREAD)) {
4391 if (pattern_property->kind() != ObjectLiteralProperty::Kind::SPREAD) {
4424 if (pattern_property->kind() == ObjectLiteralProperty::Kind::SPREAD) {
5661 if (!IsDefaultConstructor(info()->literal()->kind())) {
5701 !IsDerivedConstructor(info()->literal()->kind())) {
6954 if (IsResumableFunction(info()->literal()->kind())) return;
6969 DCHECK(IsResumableFunction(info()->literal()->kind()));
6975 ((IsAsyncFunction(info()->literal()->kind()) &&
6976 !IsAsyncGeneratorFunction(info()->literal()->kind())) ||
6977 IsAsyncModule(info()->literal()->kind()))
7016 AstNode* node, SourceRangeKind kind) {
7019 : block_coverage_builder_->AllocateBlockCoverageSlot(node, kind);
7031 AstNode* node, SourceRangeKind kind) {
7033 block_coverage_builder_->IncrementBlockCounter(node, kind);
7192 return info()->literal()->kind();
7200 DCHECK(IsResumableFunction(info()->literal()->kind()));