Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeJS.cpp16 #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 Dregister_module.cpp23 #include "NodeJS.h"
111 NodeJS::Init(env, scene3dNS); in RegisterClasses()
/foundation/graphic/graphic_3d/kits/js/include/
H A DNodeJS.h22 class NodeJS : public BaseObject<NodeJS>,NodeImpl { class
26 NodeJS(napi_env,napi_callback_info);
27 ~NodeJS()override;

Completed in 2 milliseconds