Home
last modified time | relevance | path

Searched defs:mapObject (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/tools/ap_file_viewer/native/include/
Dprof_convert_json.h73 cJSON* mapObject = cJSON_CreateObject(); in HandleVariantMap() local
107 cJSON* mapObject = HandleStringMap(std::get<ProfileType::StringMap>(nestedItem)); in HandleVariantVector() local
122 cJSON* mapObject = cJSON_CreateObject(); in HandleStringMap() local
139 cJSON* mapObject = HandleStringMap(stringMap); in HandleMapVector() local
160 cJSON* mapObject = HandleStringMap(stringMap); in HandleNestedMapVector() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_lazy_test.cpp112 …JSHandle<JSTaggedValue> mapObject(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(mapFuncti… in HWTEST_F_L0() local