• zhiguo's avatar
    Add Base64 VLQ decoding support · ed915416
    zhiguo authored
    This CL adds the support for Base64 VLQ decoding, which is the base of
    parsing source map files (Version 3). With this support, the mappings of
    C/C++ source code and WASM bytecode could be built in V8 engine. The
    newly-added function is called VLQBase64Decode, which accepts two
    character to be decoded. Upon its return, the position is updated with
    the next start position. The unittest of this support is also added in
    this CL.
    
    argument: the Base64-encoded VLQ string and the position of first
    Change-Id: If0f32972ecd7488844478a7b93a0f10cc38b6a5d
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1657421Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Commit-Queue: Zhiguo Zhou <zhiguo.zhou@intel.com>
    Cr-Commit-Position: refs/heads/master@{#62748}
    ed915416
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...