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/
H A Dbuiltins-string-gen.cc893 Label stub_call(this), slow_lookup(this); in MaybeCallFunctionAtSymbol()
897 GotoIf(TaggedIsSmi(maybe_string), &slow_lookup); in MaybeCallFunctionAtSymbol() local
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()

Completed in 3 milliseconds