Searched defs:typeName (Results 1 – 4 of 4) sorted by relevance
24 function isA_(typeName, value) { argument
20 static isA_(typeName, value) { argument
113 …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()
519 const auto typeName = string(ptr->GetFrontendClassDef().name_); in StoreBackendObject() local