#include "../../../core/logger/Logger.h"#include "../../../common/TerraLib.h"#include "../../../core/translator/Translator.h"#include "Config.h"#include "JsContextManager.h"#include "Module.h"#include <v8.h>Go to the source code of this file.
Variables | |
| const te::v8::common::Module & | sm_module = te::v8::common::Module::getInstance() |
| This is a helper function that will be automatically called when the TerraLib V8 Common Rutime module is loaded. More... | |
| const te::v8::common::Module& sm_module = te::v8::common::Module::getInstance() |
This is a helper function that will be automatically called when the TerraLib V8 Common Rutime module is loaded.
This is a helper function that will be automatically called when the TerraLib V8 Common Rutime module is unloaded.
Definition at line 57 of file src/terralib/binding/v8/common/Module.cpp.