Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc1841 TNode<Int32T> callable_undetectable = Word32And( in IGNITION_HANDLER() local
1844 Branch(Word32Equal(callable_undetectable, in IGNITION_HANDLER()
1860 TNode<Int32T> callable_undetectable = Word32And( in IGNITION_HANDLER() local
1863 Branch(Word32Equal(callable_undetectable, Int32Constant(0)), &if_true, in IGNITION_HANDLER()