src/terralib/binding/v8/common/Module.cpp File Reference
#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::Modulesm_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...
 

Variable Documentation

This is a helper function that will be automatically called when the TerraLib V8 Common Rutime module is loaded.

Note
This method doesn't perform operations.

This is a helper function that will be automatically called when the TerraLib V8 Common Rutime module is unloaded.

Note
This method doesn't perform operations.

Definition at line 57 of file src/terralib/binding/v8/common/Module.cpp.