![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
#include <interpreter-intrinsics.h>
Public Types | |
| enum class | IntrinsicId { DECLARE_INTRINSIC_ID , kIdCount } | 
Static Public Member Functions | |
| static V8_EXPORT_PRIVATE bool | IsSupported (Runtime::FunctionId function_id) | 
| static IntrinsicId | FromRuntimeId (Runtime::FunctionId function_id) | 
| static Runtime::FunctionId | ToRuntimeId (IntrinsicId intrinsic_id) | 
Private Member Functions | |
| DISALLOW_IMPLICIT_CONSTRUCTORS (IntrinsicsHelper) | |
Definition at line 35 of file interpreter-intrinsics.h.
      
  | 
  strong | 
| Enumerator | |
|---|---|
| DECLARE_INTRINSIC_ID | |
| kIdCount | |
Definition at line 37 of file interpreter-intrinsics.h.
      
  | 
  private | 
      
  | 
  static | 
Definition at line 26 of file interpreter-intrinsics.cc.
      
  | 
  static | 
Definition at line 14 of file interpreter-intrinsics.cc.
      
  | 
  static | 
Definition at line 40 of file interpreter-intrinsics.cc.