Lines Matching defs:childJS
411 NapiApi::Object childJS = ctx.Arg<0>();
412 if ((napi_value)childJS == nullptr) {
416 auto childNode = GetNativeMeta<SCENE_NS::INode>(childJS);
432 if (auto tro = GetRootObject(ctx, childJS)) {
444 NapiApi::Object childJS = ctx.Arg<0>();
447 if ((napi_value)childJS == nullptr) {
451 auto childNode = GetNativeMeta<SCENE_NS::INode>(childJS);
490 if (auto tro = GetRootObject(ctx, childJS)) {
516 NapiApi::Object childJS = ctx.Arg<0>();
517 if ((napi_value)childJS == nullptr) {
521 auto childNode = GetNativeMeta<SCENE_NS::INode>(childJS);
528 if (auto tro = GetRootObject(ctx, childJS)) {