v8bindings: Refactor v8::Template cache of V8PerIsolateData
Unifies the interface template cache and operation template cache in V8PerIsolateData into a single v8::Template cache, which will be used to store any sort of v8::Template, e.g. IDL interface object's template, IDL namespace object's template, JS function's template, etc. This is a step to support IDL namespace. Bug: 839389 Change-Id: I4130c713665fcb8555ea188f2e582035468ade83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463092 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#818911}
Showing
Please register or sign in to comment