Searched refs:LoadJSON (Results 1 – 4 of 4) sorted by relevance
87 def LoadJSON(filename): function442 data_type_builder = ParseDataTypes(LoadJSON(data_type_file))449 LoadJSON(config_file))
44 json_source->LoadJSON(IDR_CEF_EXTENSION_API_FEATURES); in AddAPIJSONSources()
499 static bool LoadJSON(Isolate* isolate, const char* file_name);
1461 bool Shell::LoadJSON(Isolate* isolate, const char* file_name) { in LoadJSON() function in v8::Shell3993 if (!Shell::LoadJSON(isolate, arg)) { in Execute()