Home
last modified time | relevance | path

Searched refs:LoadJSON (Results 1 – 4 of 4) sorted by relevance

/third_party/vixl/tools/test_generator/
Dparser.py87 def LoadJSON(filename): function
442 data_type_builder = ParseDataTypes(LoadJSON(data_type_file))
449 LoadJSON(config_file))
/third_party/cef/libcef/common/extensions/
Dextensions_api_provider.cc44 json_source->LoadJSON(IDR_CEF_EXTENSION_API_FEATURES); in AddAPIJSONSources()
/third_party/node/deps/v8/src/d8/
Dd8.h499 static bool LoadJSON(Isolate* isolate, const char* file_name);
Dd8.cc1461 bool Shell::LoadJSON(Isolate* isolate, const char* file_name) { in LoadJSON() function in v8::Shell
3993 if (!Shell::LoadJSON(isolate, arg)) { in Execute()