Searched refs:NodeJS (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeJS.cpp | 16 #include "NodeJS.h"
21 void NodeJS::Init(napi_env env, napi_value exports)
in Init() 27 auto status = napi_define_class(env, "Node", NAPI_AUTO_LENGTH, BaseObject::ctor<NodeJS>(), nullptr,
in Init() 35 NodeJS::NodeJS(napi_env e, napi_callback_info i) : BaseObject<NodeJS>(e, i), NodeImpl(NodeImpl::NODE)
in NodeJS() function in NodeJS 37 LOG_F("NodeJS ++");
in NodeJS() 51 CORE_LOG_F("Invalid scene for NodeJS!");
in NodeJS() 102 NodeJS::~NodeJS()
in ~NodeJS() [all...] |
H A D | register_module.cpp | 23 #include "NodeJS.h" 111 NodeJS::Init(env, scene3dNS); in RegisterClasses()
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | NodeJS.h | 22 class NodeJS : public BaseObject<NodeJS>,NodeImpl { class 26 NodeJS(napi_env,napi_callback_info); 27 ~NodeJS()override;
|
Completed in 2 milliseconds