V8 Project
natives.h File Reference
#include "src/vector.h"
+ Include dependency graph for natives.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::NativesCollection< type >
 

Namespaces

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

Typedefs

typedef bool(* v8::internal::NativeSourceCallback) (Vector< const char > name, Vector< const char > source, int index)
 
typedef NativesCollection< CORE > v8::internal::Natives
 
typedef NativesCollection< EXPERIMENTAL > v8::internal::ExperimentalNatives
 

Enumerations

enum  v8::internal::NativeType { v8::internal::CORE , v8::internal::EXPERIMENTAL , v8::internal::D8 , v8::internal::TEST }