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