Home
last modified time | relevance | path

Searched refs:initialize_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
Dplugin.h45 if (initialize_ != nullptr) { in Initialize()
46 initialize_(); in Initialize()
79 void (*initialize_)() = nullptr; variable
Dplugin.cpp37 initialize_ = reinterpret_cast<void (*)()>(initRes.Value());
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp199 bool JSNApi::initialize_ = false; member in panda::JSNApi
2845 if (!initialize_) { in CreateEcmaVM()
2850 initialize_ = true; in CreateEcmaVM()
2863 if (!initialize_) { in DestroyJSVM()
2874 initialize_ = false; in DestroyJSVM()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1317 static bool initialize_; variable