v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
factory.cc File Reference
#include "v8.h"
#include "api.h"
#include "debug.h"
#include "execution.h"
#include "factory.h"
#include "isolate-inl.h"
#include "macro-assembler.h"
#include "objects.h"
#include "objects-visiting.h"
#include "platform.h"
#include "scopeinfo.h"
Include dependency graph for factory.cc:

Go to the source code of this file.

Namespaces

 v8
 
 v8::internal
 

Macros

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

Functions

template<typename SinkChar , typename StringType >
Handle< String > ConcatStringContent (Handle< StringType > result, Handle< String > first, Handle< String > second)
 

Macro Definition Documentation

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