Lines Matching refs:tro
432 if (auto tro = GetRootObject(ctx, childJS)) {
433 if (auto native = tro->GetNativeObject()) {
434 tro->SetNativeObject(nullptr, true);
435 tro->SetNativeObject(native, false);
490 if (auto tro = GetRootObject(ctx, childJS)) {
491 if (auto native = tro->GetNativeObject()) {
492 tro->SetNativeObject(nullptr, true);
493 tro->SetNativeObject(native, false);
503 if (auto tro = GetRootObject(ctx, obj)) {
504 if (auto native = tro->GetNativeObject()) {
505 tro->SetNativeObject(nullptr, false);
506 tro->SetNativeObject(native, true);
528 if (auto tro = GetRootObject(ctx, childJS)) {
529 if (auto native = tro->GetNativeObject()) {
530 tro->SetNativeObject(nullptr, false);
531 tro->SetNativeObject(native, true);