• jgruber's avatar
    [csa] Add CSA::CallBuiltin and Builtins::CallableFor · a4c73fa7
    jgruber authored
    This is another step towards making calls to builtins more convenient.
    
    Builtins::CallableFor is an automatically generated Callable accessor for TFS
    builtins (whereas previously we had to manually add an accessor to
    code-factory.{h,cc}).
    
    CSA::CallBuiltin is a convenience wrapper around CallStub for TFS builtins.
    
    We can begin removing accessors for TFS builtins from CodeFactory in an
    upcoming commit.
    
    BUG=v8:5737
    
    Review-Url: https://codereview.chromium.org/2752213002
    Cr-Commit-Position: refs/heads/master@{#43865}
    a4c73fa7
callable.h 827 Bytes