Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise.cc1281 Label if_defaulthandler(this), if_callablehandler(this), in TF_BUILTIN() local
1285 Branch(IsSymbol(handler), &if_defaulthandler, &if_callablehandler); in TF_BUILTIN()
1309 Bind(&if_callablehandler); in TF_BUILTIN()