Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: implement query callbacks for vm #22390

Closed
wants to merge 4 commits into from
Closed

Commits on Aug 18, 2018

  1. deps: cherry-pick 9eb96bb from upstream V8

    Original commit message:
    
        [api] Avoid needlessly calling descriptor interceptors
    
        Reland part of https://chromium-review.googlesource.com/c/v8/v8/+/816515.
    
        Change-Id: I72ad85ffd162fc0563fc25cdf35189e894f9dc82
        Reviewed-on: https://chromium-review.googlesource.com/1138808
        Commit-Queue: Timothy Gu <timothygu@chromium.org>
        Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
        Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
        Cr-Commit-Position: refs/heads/master@{nodejs#54492}
    
    Refs: v8/v8@9eb96bb
    TimothyGu committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    3c1a8f4 View commit details
    Browse the repository at this point in the history
  2. deps: cherry-pick e1a7699 from upstream V8

    Original commit message:
    
        [api][runtime]  Support all-in ctors of {Named,Indexed}PropertyHandlerConfiguration
    
        - Explicitly allows construction of
        {Named,Indexed}PropertyHandlerConfiguration with all the members filled.
    
        Bug: v8:7612
        Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
        Change-Id: I426ea33846b5dbf2b3482c722c963a6e4b0abded
        Reviewed-on: https://chromium-review.googlesource.com/1163882
        Reviewed-by: Toon Verwaest <verwaest@chromium.org>
        Reviewed-by: Adam Klein <adamk@chromium.org>
        Commit-Queue: Camillo Bruni <cbruni@chromium.org>
        Cr-Commit-Position: refs/heads/master@{#55142}
    
    Refs: v8/v8@e1a7699
    TimothyGu committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    cd035f4 View commit details
    Browse the repository at this point in the history
  3. src: implement query callbacks for vm

    This allows using a Proxy object as the sandbox for a VM context.
    
    Fixes: nodejs#17480
    Fixes: nodejs#17481
    TimothyGu committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    07cae57 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. fixup! src: implement query callbacks for vm

    Fix linting.
    TimothyGu committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    3558bd9 View commit details
    Browse the repository at this point in the history