Home
last modified time | relevance | path

Searched defs:jsonObj (Results 1 – 5 of 5) sorted by relevance

/third_party/jsframework/runtime/main/model/
Devents.ts59 const jsonObj: Record<string, any> = {}; constant
74 return jsonObj; property in Evt
/third_party/node/deps/v8/tools/turbolizer/src/
Dturbo-visualizer.ts59 const jsonObj = JSON.parse(txtRes); constant
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
DReceiver.java104 JSONObject jsonObj = new JSONObject(rulesJSON); in parsePackageNames() local
/third_party/json/tests/src/
Dunit-regression2.cpp650 nlohmann::ordered_json jsonObj; variable
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc359 CefRefPtr<CefValue> jsonObj = CefParseJSON(request, JSON_PARSER_RFC); in handleBoundsQuery() local