Searched refs:json_str (Results 1 – 2 of 2) sorted by relevance
251 json_str = monitor.run(signal.SIGTERM) variable253 if json_str:255 fifo.write(json_str)270 json_str = fifo.read() variable271 print json_str277 json_str = monitor.run(signal.SIGINT) variable278 if json_str:279 print json_str
267 const char* json_str) { in FillTraceConfig() argument274 String::NewFromUtf8(isolate, json_str, NewStringType::kNormal) in FillTraceConfig()353 v8::Isolate* isolate, const char* json_str) { in CreateTraceConfigFromJSON() argument356 TraceConfigParser::FillTraceConfig(isolate, trace_config, json_str); in CreateTraceConfigFromJSON()