Searched refs:trace_config_json_str (Results 1 – 1 of 1) sorted by relevance
3409 char* trace_config_json_str = ReadChars(options.trace_config, &size); in Main() local3411 tracing::CreateTraceConfigFromJSON(isolate, trace_config_json_str); in Main()3412 delete[] trace_config_json_str; in Main()