HomeSort by relevance Sort by last modified time
    Searched refs:if_notcallable (Results 1 - 2 of 2) sorted by null

  /external/v8/src/builtins/
builtins-promise.cc 146 Label if_notcallable(this, Label::kDeferred);
161 GotoIf(TaggedIsSmi(resolve), &if_notcallable); local
162 GotoIfNot(IsCallableMap(LoadMap(resolve)), &if_notcallable);
166 GotoIf(TaggedIsSmi(reject), &if_notcallable); local
167 GotoIfNot(IsCallableMap(LoadMap(reject)), &if_notcallable);
173 Bind(&if_notcallable);
1029 GotoIf(TaggedIsSmi(executor), &if_notcallable); local
1032 GotoIfNot(IsCallableMap(executor_map), &if_notcallable); local
1730 GotoIf(TaggedIsSmi(on_finally), &if_notcallable); local
1732 GotoIfNot(IsCallableMap(on_finally_map), &if_notcallable); local
    [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 45 milliseconds