• kschimpf's avatar
    Hide WasmModule.origin field behind readable accessors. · 98ed1f9c
    kschimpf authored
    Besides adding accessors get_origin() and set_origin(), it creates easier test
    accessors is_wasm() and is_asm_js().
    
    This allows the possibility of caching boolean flags for is_wasm() and
    is_asm_js() without having to change any code except for the files containing
    the class definition for WasmModule.
    
    BUG= v8:6152
    R=bbudge@chromium.org,mtrofin@chromium.org
    
    Review-Url: https://codereview.chromium.org/2771803005
    Cr-Commit-Position: refs/heads/master@{#44130}
    98ed1f9c
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-asmjs.cc Loading commit data...
test-run-wasm-interpreter.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm-relocation.cc Loading commit data...
test-run-wasm-simd.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-wasm-breakpoints.cc Loading commit data...
test-wasm-interpreter-entry.cc Loading commit data...
test-wasm-stack.cc Loading commit data...
test-wasm-trap-position.cc Loading commit data...
wasm-run-utils.h Loading commit data...