File Information
Library: JS/Core
Package: Wrappers
Header: Poco/JS/Core/ApplicationWrapper.h
Description
JavaScript wrapper for Poco::Environment.
Inheritance
Direct Base Classes: Wrapper
All Base Classes: Wrapper
Member Summary
Member Functions: config, logger, name, objectTemplate, startTime, uptime
Inherited Functions: checkSetResult, isWrapper, objectTemplate, reportEmptySetResult, returnException, returnString, safeUnwrapNative, toString, toV8Internalized, toV8String, unwrapNative, unwrapNativeObject, wrapNative, wrapNativePersistent
Constructors
ApplicationWrapper
Creates the ApplicationWrapper.
Destructor
~ApplicationWrapper
Destroys the ApplicationWrapper.
Member Functions
objectTemplate
v8::Handle < v8::ObjectTemplate > objectTemplate(
v8::Isolate * pIsolate
);
config
static void config(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
logger
static void logger(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
name
static void name(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
startTime
static void startTime(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
uptime
static void uptime(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);