V8 Project
factory.cc File Reference
+ Include dependency graph for factory.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define TYPED_ARRAY_FUN(Type, type, TYPE, ctype, size)
 

Functions

static bool v8::internal::Between (uint32_t character, uint32_t from, uint32_t to)
 
static Handle< String > v8::internal::MakeOrFindTwoCharacterString (Isolate *isolate, uint16_t c1, uint16_t c2)
 
template<typename SinkChar , typename StringType >
Handle< String > v8::internal::ConcatStringContent (Handle< StringType > result, Handle< String > first, Handle< String > second)
 
static JSFunction * v8::internal::GetTypedArrayFun (ExternalArrayType type, Isolate *isolate)
 
static int v8::internal::NumberCacheHash (Handle< FixedArray > cache, Handle< Object > number)
 

Macro Definition Documentation

◆ TYPED_ARRAY_FUN

#define TYPED_ARRAY_FUN (   Type,
  type,
  TYPE,
  ctype,
  size 
)
Value:
case kExternal##Type##Array: \
return native_context->type##_array_fun();
TypeImpl< ZoneTypeConfig > Type