5 #ifndef V8_API_NATIVES_H_ 6 #define V8_API_NATIVES_H_ 8 #include "include/v8.h" 9 #include "src/base/macros.h" 10 #include "src/handles.h" 11 #include "src/maybe-handles.h" 12 #include "src/objects.h" 13 #include "src/property-details.h" 19 enum InstanceType : uint16_t;
20 class ObjectTemplateInfo;
25 static const int kInitialFunctionCacheSize = 256;
45 PropertyAttributes attributes);
49 PropertyAttributes attributes);
55 PropertyAttributes attributes);
64 #endif // V8_API_NATIVES_H_