Home
last modified time | relevance | path

Searched refs:slow_lookup (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc893 Label stub_call(this), slow_lookup(this); in MaybeCallFunctionAtSymbol() local
897 GotoIf(TaggedIsSmi(maybe_string), &slow_lookup); in MaybeCallFunctionAtSymbol()
898 GotoIfNot(IsString(CAST(maybe_string)), &slow_lookup); in MaybeCallFunctionAtSymbol()
910 additional_property_to_check, &stub_call, &slow_lookup); in MaybeCallFunctionAtSymbol()
916 BIND(&slow_lookup); in MaybeCallFunctionAtSymbol()