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

  /external/v8/src/builtins/
builtins-promise-gen.cc 120 if_notcallable(this, Label::kDeferred), if_fast_promise_capability(this),
176 GotoIf(TaggedIsSmi(resolve), &if_notcallable); local
177 GotoIfNot(IsCallable(resolve), &if_notcallable); local
181 GotoIf(TaggedIsSmi(reject), &if_notcallable); local
182 GotoIfNot(IsCallable(reject), &if_notcallable); local
189 BIND(&if_notcallable);
827 GotoIf(TaggedIsSmi(executor), &if_notcallable); local
830 GotoIfNot(IsCallableMap(executor_map), &if_notcallable); local
1614 GotoIf(TaggedIsSmi(on_finally), &if_notcallable); local
1615 GotoIfNot(IsCallable(on_finally), &if_notcallable); local
    [all...]
builtins-collections-gen.cc 385 Label exit(this), if_notcallable(this, Label::kDeferred);
386 GotoIf(TaggedIsSmi(add_func), &if_notcallable); local
387 GotoIfNot(IsCallable(CAST(add_func)), &if_notcallable);
390 BIND(&if_notcallable);
    [all...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 1077 milliseconds