Home
last modified time | relevance | path

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

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