Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/
DJsonPrinter.ts94 const jsonObject = this.serializeArkFile(this.arkFile); constant
/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.ts780 const jsonObject = FileUtils.readFileAsJson(this.fileNamesMapPath); constant
785 const jsonObject = Object.fromEntries(this.fileNamesMap.entries()); constant
/arkcompiler/ets_runtime/compiler_service/src/
Daot_args_handler.cpp259 nlohmann::json jsonObject = nlohmann::json::parse(inFile); in ParseBootPandaFiles() local
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp539 auto *jsonObject = rawRequest.Get<JsonObject::JsonObjPointer>(); in ParseUrlBreakpointRequests() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp539 auto *jsonObject = rawRequest.Get<JsonObject::JsonObjPointer>(); in ParseUrlBreakpointRequests() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1758 JSHandle<JSObject> jsonObject = factory_->NewJSObjectWithInit(jsonHClass); in InitializeJson() local