Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/module/assert/
DisPromiseLike.js24 function isA_(typeName, value) { argument
/test/testfwk/arkxtest/jsunit/src/module/assert/deepEquals/
DDeepTypeUtils.js20 static isA_(typeName, value) { argument
/test/testfwk/arkxtest/uitest/napi/
Duitest_napi.cpp113 …static napi_status MountJsConstructorToGlobal(napi_env env, string_view typeName, napi_value funct… in MountJsConstructorToGlobal()
124 …static napi_status GetJsConstructorFromGlobal(napi_env env, string_view typeName, napi_value *pFun… in GetJsConstructorFromGlobal()
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp519 const auto typeName = string(ptr->GetFrontendClassDef().name_); in StoreBackendObject() local