Searched refs:GetRootObject (Results 1 – 4 of 4) sorted by relevance
432 if (auto tro = GetRootObject(ctx, childJS)) { in AppendChild()490 if (auto tro = GetRootObject(ctx, childJS)) { in InsertChildAfter()503 if (auto tro = GetRootObject(ctx, obj)) { in ResetNativeObj()528 if (auto tro = GetRootObject(ctx, childJS)) { in RemoveChild()
134 auto oo = GetRootObject(env, obj); in CreateJsObj()
301 auto oo = GetRootObject(env, result); in Load()
88 static inline TrueRootObject* GetRootObject(napi_env e, napi_value o) in GetRootObject() function98 return GetRootObject(ctx, ctx.This()); in GetThisRootObject()