LCOV - code coverage report
Current view: top level - src/builtins - builtins-debug-gen.cc (source / functions) Hit Total Coverage
Test: app.info Lines: 7 7 100.0 %
Date: 2019-04-18 Functions: 3 3 100.0 %

          Line data    Source code
       1             : // Copyright 2016 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/builtins/builtins-utils.h"
       6             : #include "src/builtins/builtins.h"
       7             : #include "src/debug/debug.h"
       8             : #include "src/objects-inl.h"
       9             : 
      10             : namespace v8 {
      11             : namespace internal {
      12             : 
      13          56 : void Builtins::Generate_FrameDropperTrampoline(MacroAssembler* masm) {
      14          56 :   DebugCodegen::GenerateFrameDropperTrampoline(masm);
      15          56 : }
      16             : 
      17          56 : void Builtins::Generate_HandleDebuggerStatement(MacroAssembler* masm) {
      18          56 :   DebugCodegen::GenerateHandleDebuggerStatement(masm);
      19          56 : }
      20             : 
      21             : }  // namespace internal
      22       59480 : }  // namespace v8

Generated by: LCOV version 1.10