Home
last modified time | relevance | path

Searched defs:jsonObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/
Dprof_convert_json.h39 cJSON* jsonObject = cJSON_CreateObject(); in Convert() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DProjectCollections.ts706 const jsonObject = FileUtils.readFileAsJson(this.fileNamesMapPath); constant
711 const jsonObject = Object.fromEntries(this.fileNamesMap.entries()); constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1726 JSHandle<JSObject> jsonObject = factory_->NewJSObjectWithInit(jsonHClass); in InitializeJson() local