Home | History | Annotate | Download | only in builtins

Lines Matching refs:IsCallableMap

162     GotoIfNot(IsCallableMap(LoadMap(resolve)), &if_notcallable);
167 GotoIfNot(IsCallableMap(LoadMap(reject)), &if_notcallable);
435 Branch(IsCallableMap(on_resolve_map), &onrejectcheck,
452 Branch(IsCallableMap(on_reject_map), &append_callbacks,
771 GotoIfNot(IsCallableMap(then_map), &fulfill);
1032 GotoIfNot(IsCallableMap(executor_map), &if_notcallable);
1732 GotoIfNot(IsCallableMap(on_finally_map), &if_notcallable);