File Information
Library:
Package:
Header: Poco/OSP/JS/BundleWrapper.h
Description
JavaScript wrapper for Poco::OSP::Bundle.
Inheritance
Direct Base Classes: Poco::JS::Core::Wrapper
All Base Classes: Poco::JS::Core::Wrapper
Member Summary
Member Functions: active, copyright, equals, getLocalizedResourceBuffer, getLocalizedResourceString, getResourceBuffer, getResourceString, lazyStart, name, objectTemplate, path, preventUninstall, providedModules, requiredBundles, requiredModules, runLevel, sealed, state, symbolicName, toJSON, vendor, version
Inherited Functions: checkSetResult, isWrapper, objectTemplate, reportEmptySetResult, returnException, returnString, safeUnwrapNative, toString, toV8Internalized, toV8String, unwrapNative, unwrapNativeObject, wrapNative, wrapNativePersistent
Constructors
BundleWrapper
Creates the BundleWrapper.
Destructor
~BundleWrapper
~BundleWrapper();
Destroys the BundleWrapper.
Member Functions
objectTemplate
v8::Handle < v8::ObjectTemplate > objectTemplate(
v8::Isolate * pIsolate
);
active
static void active(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
copyright
static void copyright(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
equals
static void equals(
const v8::FunctionCallbackInfo < v8::Value > & args
);
getLocalizedResourceBuffer
static void getLocalizedResourceBuffer(
const v8::FunctionCallbackInfo < v8::Value > & args
);
getLocalizedResourceString
static void getLocalizedResourceString(
const v8::FunctionCallbackInfo < v8::Value > & args
);
getResourceBuffer
static void getResourceBuffer(
const v8::FunctionCallbackInfo < v8::Value > & args
);
getResourceString
static void getResourceString(
const v8::FunctionCallbackInfo < v8::Value > & args
);
lazyStart
static void lazyStart(
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
);
path
static void path(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
preventUninstall
static void preventUninstall(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
providedModules
static void providedModules(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
requiredBundles
static void requiredBundles(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
requiredModules
static void requiredModules(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
runLevel
static void runLevel(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
sealed
static void sealed(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
state
static void state(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
symbolicName
static void symbolicName(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
toJSON
static void toJSON(
const v8::FunctionCallbackInfo < v8::Value > & args
);
vendor
static void vendor(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);
version
static void version(
v8::Local < v8::String > name,
const v8::PropertyCallbackInfo < v8::Value > & info
);