5 #ifndef V8_V8_PLATFORM_H_
6 #define V8_V8_PLATFORM_H_
22 virtual void Run() = 0;
35 virtual void Run(
double deadline_in_seconds) = 0;
92 double delay_in_seconds) = 0;
131 static uint8_t no = 0;
140 const uint8_t* category_enabled_flag) {
141 static const char dummy[] =
"dummy";
154 char phase,
const uint8_t* category_enabled_flag,
const char* name,
155 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
156 const char** arg_names,
const uint8_t* arg_types,
157 const uint64_t* arg_values,
unsigned int flags) {
166 const char* name, uint64_t handle) {}