LCOV - code coverage report
Current view: top level - src - setup-isolate-deserialize.cc (source / functions) Hit Total Coverage
Test: app.info Lines: 7 7 100.0 %
Date: 2019-03-21 Functions: 3 3 100.0 %

          Line data    Source code
       1             : // Copyright 2017 the V8 project authors. All rights reserved.
       2             : // Use of this source code is governed by a BSD-style license that can be
       3             : // found in the LICENSE file.
       4             : 
       5             : #include "src/setup-isolate.h"
       6             : 
       7             : #include "src/base/logging.h"
       8             : #include "src/interpreter/interpreter.h"
       9             : #include "src/isolate.h"
      10             : #include "src/ostreams.h"
      11             : 
      12             : namespace v8 {
      13             : namespace internal {
      14             : 
      15       61268 : void SetupIsolateDelegate::SetupBuiltins(Isolate* isolate) {
      16       61268 :   CHECK(!create_heap_objects_);
      17             :   // No actual work to be done; builtins will be deserialized from the snapshot.
      18       61268 : }
      19             : 
      20       61268 : bool SetupIsolateDelegate::SetupHeap(Heap* heap) {
      21       61268 :   CHECK(!create_heap_objects_);
      22             :   // No actual work to be done; heap will be deserialized from the snapshot.
      23       61268 :   return true;
      24             : }
      25             : 
      26             : }  // namespace internal
      27      120214 : }  // namespace v8

Generated by: LCOV version 1.10