v8  10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
v8-primitive.h File Reference
#include "v8-data.h"
#include "v8-internal.h"
#include "v8-local-handle.h"
#include "v8-value.h"
#include "v8config.h"
Include dependency graph for v8-primitive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Primitive
 
class  Boolean
 
class  PrimitiveArray
 
class  Name
 
class  String
 
class  String::ExternalStringResourceBase
 
class  String::ExternalStringResource
 
class  String::ExternalOneByteStringResource
 
class  String::Utf8Value
 
class  String::Value
 
class  ExternalResourceVisitor
 
class  Symbol
 
class  Number
 
class  Integer
 
class  Int32
 
class  Uint32
 
class  BigInt
 

Namespaces

 v8
 
 v8::internal
 

Enumerations

enum class  NewStringType { kNormal , kInternalized }
 

Functions

V8_INLINE Local< Primitive > Undefined (Isolate *isolate)
 
V8_INLINE Local< Primitive > Null (Isolate *isolate)
 
V8_INLINE Local< Boolean > True (Isolate *isolate)
 
V8_INLINE Local< Boolean > False (Isolate *isolate)