Home
last modified time | relevance | path

Searched refs:childJS (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp411 NapiApi::Object childJS = ctx.Arg<0>(); in AppendChild() local
412 if ((napi_value)childJS == nullptr) { in AppendChild()
416 auto childNode = GetNativeMeta<SCENE_NS::INode>(childJS); in AppendChild()
432 if (auto tro = GetRootObject(ctx, childJS)) { in AppendChild()
444 NapiApi::Object childJS = ctx.Arg<0>(); in InsertChildAfter() local
447 if ((napi_value)childJS == nullptr) { in InsertChildAfter()
451 auto childNode = GetNativeMeta<SCENE_NS::INode>(childJS); in InsertChildAfter()
490 if (auto tro = GetRootObject(ctx, childJS)) { in InsertChildAfter()
516 NapiApi::Object childJS = ctx.Arg<0>(); in RemoveChild() local
517 if ((napi_value)childJS in RemoveChild()
[all...]

Completed in 1 milliseconds