Home
last modified time | relevance | path

Searched refs:kMethod (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc143 static const char* const kMethod = "String.prototype.localeCompare"; in BUILTIN() local
146 TO_THIS_STRING(str1, kMethod); in BUILTIN()
152 args.atOrUndefined(isolate, 3), kMethod); in BUILTIN()
161 TO_THIS_STRING(str1, kMethod); in BUILTIN()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp85 kMethod, enumerator
430 if (parser[NKey::kMethod].ThereIs)
432 const UString &s = parser[NKey::kMethod].PostStrings[0];
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.h62 kMethod, enumerator
76 bool IsMethod() const { return kind() == kMethod; } in IsMethod()
492 : TorqueMacro(Declarable::kMethod, std::move(external_name), in Method()
H A Dimplementation-visitor.cc3517 case Declarable::kMethod: in Visit()
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage.h296 kMethod = 6, enumerator
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h193 kMethod, member in v8::internal::ParseFunctionFlag::ParsePropertyKind
668 kind = ParsePropertyKind::kMethod; in ParsePropertyKindFromToken()
740 case ParsePropertyKind::kMethod: in ClassPropertyKindFor()
2211 prop_info->kind = ParsePropertyKind::kMethod; in ParseProperty()
2216 prop_info->kind = ParsePropertyKind::kMethod; in ParseProperty()
2366 prop_info->kind = ParsePropertyKind::kMethod; in ParseClassPropertyDefinition()
2417 case ParsePropertyKind::kMethod: { in ParseClassPropertyDefinition()
2427 CheckClassMethodName(prop_info->name, ParsePropertyKind::kMethod, in ParseClassPropertyDefinition()
2671 case ParsePropertyKind::kMethod: { in ParseObjectPropertyDefinition()
6493 DCHECK(type == ParsePropertyKind::kMethod || IsAccesso in CheckClassMethodName()
[all...]

Completed in 23 milliseconds